Html Css Color HEX #C45507 Tenne (Tawny)

📋 copy color: '#C45507'

red 196 ◦ green 85 ◦ blue 7

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

Shades of Tenne (Tawny) #C45507

Tints of Tenne (Tawny) #C45507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.43%

R = 68.06%
G = 29.51%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C45507 (or 0xC45507) is known color: Tenne (Tawny). HEX triplet: C4, 55 and 07. RGB value is (196,85,7). Sum of RGB (Red+Green+Blue) = 196+85+7=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C45507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45507 is #3BAAF8. Grayscale: #6D6D6D. Windows color (decimal): -3910393 or 480708. OLE color: 480708.

HSL color Cylindrical-coordinate representation of color #C45507: hue angle of 24.76º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C45507 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 7 -
CMYK 0 0.57 0.96 0.23
HSL 24.76º 0.93% 0.4% -
HSV(B) 24.76º 0.96% 0.77% -
XYZ 26.05 18.25 2.35 -
YUV 109.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 196 85 7 0 0.57 0.96 0.23 24.76 0.93 0.4
Hex C4 55 7 0 39 60 17 19 5D 28
Octal 304 125 7 0 71 140 27 31 135 50
Binary 11000100 1010101 111 0 111001 1100000 10111 11001 1011101 101000

Color Harmonies of #C45507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45507

Black with #C45507

Text Example


Text Example

White with #C45507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45507; }

 p { color: rgb(196,85,7); }

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

background-color css

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

 a { background-color: rgb(196,85,7); }

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

border-color css

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

 span { border-color: rgb(196,85,7); }

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