Html Css Color HEX #C45D0A Tenne (Tawny)

📋 copy color: '#C45D0A'

red 196 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #C45D0A

Tints of Tenne (Tawny) #C45D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.1%

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 65.55%
G = 31.1%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C45D0A (or 0xC45D0A) is known color: Tenne (Tawny). HEX triplet: C4, 5D and 0A. RGB value is (196,93,10). Sum of RGB (Red+Green+Blue) = 196+93+10=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45D0A is #3BA2F5. Grayscale: #727272. Windows color (decimal): -3908342 or 679364. OLE color: 679364.

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

Color convert

RGB 196 93 10 -
CMYK 0 0.53 0.95 0.23
HSL 26.77º 0.9% 0.4% -
HSV(B) 26.77º 0.95% 0.77% -
XYZ 26.73 19.59 2.66 -
YUV 114.34 69.12 186.25 -
System Red Green Blue C M Y K H S L
Decimal 196 93 10 0 0.53 0.95 0.23 26.77 0.9 0.4
Hex C4 5D A 0 35 5F 17 1B 5A 28
Octal 304 135 12 0 65 137 27 33 132 50
Binary 11000100 1011101 1010 0 110101 1011111 10111 11011 1011010 101000

Color Harmonies of #C45D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45D0A

Black with #C45D0A

Text Example


Text Example

White with #C45D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45D0A; }

 p { color: rgb(196,93,10); }

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

background-color css

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

 a { background-color: rgb(196,93,10); }

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

border-color css

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

 span { border-color: rgb(196,93,10); }

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