Html Css Color HEX #C35A10 Tenne (Tawny)

📋 copy color: '#C35A10'

red 195 ◦ green 90 ◦ blue 16

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

Shades of Tenne (Tawny) #C35A10

Tints of Tenne (Tawny) #C35A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 64.78%
G = 29.9%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C35A10 (or 0xC35A10) is known color: Tenne (Tawny). HEX triplet: C3, 5A and 10. RGB value is (195,90,16). Sum of RGB (Red+Green+Blue) = 195+90+16=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35A10 is #3CA5EF. Grayscale: #717171. Windows color (decimal): -3974640 or 1071811. OLE color: 1071811.

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

Color convert

RGB 195 90 16 -
CMYK 0 0.54 0.92 0.24
HSL 24.8º 0.85% 0.41% -
HSV(B) 24.8º 0.92% 0.76% -
XYZ 26.26 18.95 2.76 -
YUV 112.96 73.29 186.52 -
System Red Green Blue C M Y K H S L
Decimal 195 90 16 0 0.54 0.92 0.24 24.8 0.85 0.41
Hex C3 5A 10 0 36 5C 18 19 55 29
Octal 303 132 20 0 66 134 30 31 125 51
Binary 11000011 1011010 10000 0 110110 1011100 11000 11001 1010101 101001

Color Harmonies of #C35A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A10

Black with #C35A10

Text Example


Text Example

White with #C35A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A10; }

 p { color: rgb(195,90,16); }

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

background-color css

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

 a { background-color: rgb(195,90,16); }

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

border-color css

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

 span { border-color: rgb(195,90,16); }

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