Html Css Color HEX #C35900 Tenne (Tawny)

📋 copy color: '#C35900'

red 195 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #C35900

Tints of Tenne (Tawny) #C35900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.66%
G = 31.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C35900 (or 0xC35900) is known color: Tenne (Tawny). HEX triplet: C3, 59 and 00. RGB value is (195,89,0). Sum of RGB (Red+Green+Blue) = 195+89+0=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C35900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35900 is #3CA6FF. Grayscale: #6F6F6F. Windows color (decimal): -3974912 or 22979. OLE color: 22979.

HSL color Cylindrical-coordinate representation of color #C35900: hue angle of 27.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C35900 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 89 0 -
CMYK 0 0.54 1 0.24
HSL 27.38º 1% 0.38% -
HSV(B) 27.38º 1% 0.76% -
XYZ 26.08 18.75 2.24 -
YUV 110.55 65.62 188.24 -
System Red Green Blue C M Y K H S L
Decimal 195 89 0 0 0.54 1 0.24 27.38 1 0.38
Hex C3 59 0 0 36 64 18 1B 64 26
Octal 303 131 0 0 66 144 30 33 144 46
Binary 11000011 1011001 0 0 110110 1100100 11000 11011 1100100 100110

Color Harmonies of #C35900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35900

Black with #C35900

Text Example


Text Example

White with #C35900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35900; }

 p { color: rgb(195,89,0); }

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

background-color css

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

 a { background-color: rgb(195,89,0); }

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

border-color css

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

 span { border-color: rgb(195,89,0); }

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