Html Css Color HEX #C45805 Tenne (Tawny)

📋 copy color: '#C45805'

red 196 ◦ green 88 ◦ blue 5

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

Shades of Tenne (Tawny) #C45805

Tints of Tenne (Tawny) #C45805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

 BLUE value IS 5 (2.34% from 255) = 1.73%

R = 67.82%
G = 30.45%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C45805 (or 0xC45805) is known color: Tenne (Tawny). HEX triplet: C4, 58 and 05. RGB value is (196,88,5). Sum of RGB (Red+Green+Blue) = 196+88+5=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C45805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45805 is #3BA7FA. Grayscale: #6F6F6F. Windows color (decimal): -3909627 or 350404. OLE color: 350404.

HSL color Cylindrical-coordinate representation of color #C45805: hue angle of 26.07º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C45805 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 88 5 -
CMYK 0 0.55 0.97 0.23
HSL 26.07º 0.95% 0.39% -
HSV(B) 26.07º 0.97% 0.77% -
XYZ 26.28 18.73 2.37 -
YUV 110.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 196 88 5 0 0.55 0.97 0.23 26.07 0.95 0.39
Hex C4 58 5 0 37 61 17 1A 5F 27
Octal 304 130 5 0 67 141 27 32 137 47
Binary 11000100 1011000 101 0 110111 1100001 10111 11010 1011111 100111

Color Harmonies of #C45805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45805

Black with #C45805

Text Example


Text Example

White with #C45805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45805; }

 p { color: rgb(196,88,5); }

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

background-color css

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

 a { background-color: rgb(196,88,5); }

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

border-color css

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

 span { border-color: rgb(196,88,5); }

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