Html Css Color HEX #C35A0B Tenne (Tawny)

📋 copy color: '#C35A0B'

red 195 ◦ green 90 ◦ blue 11

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

Shades of Tenne (Tawny) #C35A0B

Tints of Tenne (Tawny) #C35A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 65.88%
G = 30.41%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C35A0B (or 0xC35A0B) is known color: Tenne (Tawny). HEX triplet: C3, 5A and 0B. RGB value is (195,90,11). Sum of RGB (Red+Green+Blue) = 195+90+11=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35A0B is #3CA5F4. Grayscale: #707070. Windows color (decimal): -3974645 or 744131. OLE color: 744131.

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

Color convert

RGB 195 90 11 -
CMYK 0 0.54 0.94 0.24
HSL 25.76º 0.89% 0.4% -
HSV(B) 25.76º 0.94% 0.76% -
XYZ 26.22 18.94 2.59 -
YUV 112.39 70.79 186.92 -
System Red Green Blue C M Y K H S L
Decimal 195 90 11 0 0.54 0.94 0.24 25.76 0.89 0.4
Hex C3 5A B 0 36 5E 18 1A 59 28
Octal 303 132 13 0 66 136 30 32 131 50
Binary 11000011 1011010 1011 0 110110 1011110 11000 11010 1011001 101000

Color Harmonies of #C35A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A0B

Black with #C35A0B

Text Example


Text Example

White with #C35A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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