#c35d0d

Color #C35D0D Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C35D0D

Tints of Tenne (Tawny) #C35D0D

Color information

#C35D0D (or 0xC35D0D) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 5D and 0D. RGB value is (195,93,13). Sum of RGB (Red+Green+Blue) = 195+93+13=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35D0D is #3CA2F2. Grayscale: #727272. Windows color (decimal): -3973875 or 875971. OLE color: 875971.

HSL color Cylindrical-coordinate representation of color #C35D0D: hue angle of 26.37º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C35D0D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1959313-
CMYK00.520.930.24
HSL26.37º87.5%40.78%-
HSV(B)26.37º93.33%76.47%-
XYZ26.4919.462.74-
YUV114.3870.79185.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 64.78%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 13 (5.47% from 255) = 4.32%
R=64.78%
G=30.90%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195931300.520.930.2426.3787.540.78
HexC35DD0345D181a5829
Octal30313515064135303213051
Binary11000011101110111010110100101110111000110101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35d0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35d0d; }

 p { color: rgb(195,93,13); }

 H1.HeaderClassName
 {
   color: #c35d0d;
 }
 .AnyTagClassName
 {
   color: #c35d0d;
 }
</style>
background-color css

<style>
 a { background-color: #c35d0d; }

 a { background-color: rgb(195,93,13); }

 div.DivClassName
 {
   background-color: #c35d0d;
 }
 .BgClassName
 {
   background-color: #c35d0d;
 }
</style>
border-color css

<style>
 span { border-color: #c35d0d; }

 span { border-color: rgb(195,93,13); }

 td.TdClassName
 {
   border-color: #c35d0d;
 }
 .TagClassName
 {
   border-color: #c35d0d;
 }
</style>