Html Css Color HEX #C45B0B Tenne (Tawny)

📋 copy color: '#C45B0B'

red 196 ◦ green 91 ◦ blue 11

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

Shades of Tenne (Tawny) #C45B0B

Tints of Tenne (Tawny) #C45B0B

RGB

 RED value IS 196 (76.95% from 255) = 65.77%

 GREEN value IS 91 (35.94% from 255) = 30.54%

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

R = 65.77%
G = 30.54%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C45B0B (or 0xC45B0B) is known color: Tenne (Tawny). HEX triplet: C4, 5B and 0B. RGB value is (196,91,11). Sum of RGB (Red+Green+Blue) = 196+91+11=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45B0B is #3BA4F4. Grayscale: #717171. Windows color (decimal): -3908853 or 744388. OLE color: 744388.

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

Color convert

RGB 196 91 11 -
CMYK 0 0.54 0.94 0.23
HSL 25.95º 0.89% 0.41% -
HSV(B) 25.95º 0.94% 0.77% -
XYZ 26.57 19.24 2.63 -
YUV 113.28 70.29 187 -
System Red Green Blue C M Y K H S L
Decimal 196 91 11 0 0.54 0.94 0.23 25.95 0.89 0.41
Hex C4 5B B 0 36 5E 17 1A 59 29
Octal 304 133 13 0 66 136 27 32 131 51
Binary 11000100 1011011 1011 0 110110 1011110 10111 11010 1011001 101001

Color Harmonies of #C45B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45B0B

Black with #C45B0B

Text Example


Text Example

White with #C45B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45B0B; }

 p { color: rgb(196,91,11); }

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

background-color css

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

 a { background-color: rgb(196,91,11); }

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

border-color css

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

 span { border-color: rgb(196,91,11); }

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