Html Css Color HEX #C45B04 Tenne (Tawny)

📋 copy color: '#C45B04'

red 196 ◦ green 91 ◦ blue 4

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

Shades of Tenne (Tawny) #C45B04

Tints of Tenne (Tawny) #C45B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 67.35%
G = 31.27%
B = 1.37%

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

#C45B04 (or 0xC45B04) is known color: Tenne (Tawny). HEX triplet: C4, 5B and 04. RGB value is (196,91,4). Sum of RGB (Red+Green+Blue) = 196+91+4=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45B04 is #3BA4FB. Grayscale: #707070. Windows color (decimal): -3908860 or 285636. OLE color: 285636.

HSL color Cylindrical-coordinate representation of color #C45B04: hue angle of 27.19º degrees, saturation: 0.96, 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 #C45B04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 91 4 -
CMYK 0 0.54 0.98 0.23
HSL 27.19º 0.96% 0.39% -
HSV(B) 27.19º 0.98% 0.77% -
XYZ 26.53 19.23 2.43 -
YUV 112.48 66.79 187.57 -
System Red Green Blue C M Y K H S L
Decimal 196 91 4 0 0.54 0.98 0.23 27.19 0.96 0.39
Hex C4 5B 4 0 36 62 17 1B 60 27
Octal 304 133 4 0 66 142 27 33 140 47
Binary 11000100 1011011 100 0 110110 1100010 10111 11011 1100000 100111

Color Harmonies of #C45B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45B04

Black with #C45B04

Text Example


Text Example

White with #C45B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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