Html Css Color HEX #C35504 Tenne (Tawny)

📋 copy color: '#C35504'

red 195 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #C35504

Tints of Tenne (Tawny) #C35504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 68.66%
G = 29.93%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C35504 (or 0xC35504) is known color: Tenne (Tawny). HEX triplet: C3, 55 and 04. RGB value is (195,85,4). Sum of RGB (Red+Green+Blue) = 195+85+4=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C35504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35504 is #3CAAFB. Grayscale: #6D6D6D. Windows color (decimal): -3975932 or 284099. OLE color: 284099.

HSL color Cylindrical-coordinate representation of color #C35504: hue angle of 25.45º 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 #C35504 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 85 4 -
CMYK 0 0.56 0.98 0.24
HSL 25.45º 0.96% 0.39% -
HSV(B) 25.45º 0.98% 0.76% -
XYZ 25.78 18.11 2.25 -
YUV 108.66 68.94 189.59 -
System Red Green Blue C M Y K H S L
Decimal 195 85 4 0 0.56 0.98 0.24 25.45 0.96 0.39
Hex C3 55 4 0 38 62 18 19 60 27
Octal 303 125 4 0 70 142 30 31 140 47
Binary 11000011 1010101 100 0 111000 1100010 11000 11001 1100000 100111

Color Harmonies of #C35504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35504

Black with #C35504

Text Example


Text Example

White with #C35504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35504; }

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

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

background-color css

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

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

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

border-color css

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

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

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