Html Css Color HEX #C35404 Tenne (Tawny)

📋 copy color: '#C35404'

red 195 ◦ green 84 ◦ blue 4

#C35404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #C35404

Tints of Tenne (Tawny) #C35404

RGB

 RED value IS 195 (76.56% from 255) = 68.9%

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 68.9%
G = 29.68%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C35404 (or 0xC35404) is known color: Tenne (Tawny). HEX triplet: C3, 54 and 04. RGB value is (195,84,4). Sum of RGB (Red+Green+Blue) = 195+84+4=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C35404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35404 is #3CABFB. Grayscale: #6C6C6C. Windows color (decimal): -3976188 or 283843. OLE color: 283843.

HSL color Cylindrical-coordinate representation of color #C35404: hue angle of 25.13º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C35404 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 4 -
CMYK 0 0.57 0.98 0.24
HSL 25.13º 0.96% 0.39% -
HSV(B) 25.13º 0.98% 0.76% -
XYZ 25.7 17.95 2.23 -
YUV 108.07 69.27 190 -
System Red Green Blue C M Y K H S L
Decimal 195 84 4 0 0.57 0.98 0.24 25.13 0.96 0.39
Hex C3 54 4 0 39 62 18 19 60 27
Octal 303 124 4 0 71 142 30 31 140 47
Binary 11000011 1010100 100 0 111001 1100010 11000 11001 1100000 100111

Color Harmonies of #C35404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35404

Black with #C35404

Text Example


Text Example

White with #C35404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35404; }

 p { color: rgb(195,84,4); }

 H1.HeaderClassName
 {
   color: #C35404;
 }
 .AnyTagClassName
 {
   color: #C35404;
 }
</style>

background-color css

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

 a { background-color: rgb(195,84,4); }

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

border-color css

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

 span { border-color: rgb(195,84,4); }

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