Html Css Color HEX #C4550A Tenne (Tawny)

📋 copy color: '#C4550A'

red 196 ◦ green 85 ◦ blue 10

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

Shades of Tenne (Tawny) #C4550A

Tints of Tenne (Tawny) #C4550A

RGB

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

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

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

R = 67.35%
G = 29.21%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4550A (or 0xC4550A) is known color: Tenne (Tawny). HEX triplet: C4, 55 and 0A. RGB value is (196,85,10). Sum of RGB (Red+Green+Blue) = 196+85+10=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4550A is #3BAAF5. Grayscale: #6E6E6E. Windows color (decimal): -3910390 or 677316. OLE color: 677316.

HSL color Cylindrical-coordinate representation of color #C4550A: hue angle of 24.19º 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 #C4550A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 10 -
CMYK 0 0.57 0.95 0.23
HSL 24.19º 0.9% 0.4% -
HSV(B) 24.19º 0.95% 0.77% -
XYZ 26.07 18.25 2.44 -
YUV 109.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 196 85 10 0 0.57 0.95 0.23 24.19 0.9 0.4
Hex C4 55 A 0 39 5F 17 18 5A 28
Octal 304 125 12 0 71 137 27 30 132 50
Binary 11000100 1010101 1010 0 111001 1011111 10111 11000 1011010 101000

Color Harmonies of #C4550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4550A

Black with #C4550A

Text Example


Text Example

White with #C4550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4550A; }

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

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

background-color css

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

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

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

border-color css

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

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

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