Html Css Color HEX #C45A03 Tenne (Tawny)

📋 copy color: '#C45A03'

red 196 ◦ green 90 ◦ blue 3

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

Shades of Tenne (Tawny) #C45A03

Tints of Tenne (Tawny) #C45A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 67.82%
G = 31.14%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C45A03 (or 0xC45A03) is known color: Tenne (Tawny). HEX triplet: C4, 5A and 03. RGB value is (196,90,3). Sum of RGB (Red+Green+Blue) = 196+90+3=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A03 is #3BA5FC. Grayscale: #707070. Windows color (decimal): -3909117 or 219844. OLE color: 219844.

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

Color convert

RGB 196 90 3 -
CMYK 0 0.54 0.98 0.23
HSL 27.05º 0.97% 0.39% -
HSV(B) 27.05º 0.98% 0.77% -
XYZ 26.44 19.05 2.37 -
YUV 111.78 66.62 188.07 -
System Red Green Blue C M Y K H S L
Decimal 196 90 3 0 0.54 0.98 0.23 27.05 0.97 0.39
Hex C4 5A 3 0 36 62 17 1B 61 27
Octal 304 132 3 0 66 142 27 33 141 47
Binary 11000100 1011010 11 0 110110 1100010 10111 11011 1100001 100111

Color Harmonies of #C45A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A03

Black with #C45A03

Text Example


Text Example

White with #C45A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A03; }

 p { color: rgb(196,90,3); }

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

background-color css

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

 a { background-color: rgb(196,90,3); }

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

border-color css

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

 span { border-color: rgb(196,90,3); }

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