Html Css Color HEX #C4530C Tenne (Tawny)

📋 copy color: '#C4530C'

red 196 ◦ green 83 ◦ blue 12

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

Shades of Tenne (Tawny) #C4530C

Tints of Tenne (Tawny) #C4530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.52%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 67.35%
G = 28.52%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4530C (or 0xC4530C) is known color: Tenne (Tawny). HEX triplet: C4, 53 and 0C. RGB value is (196,83,12). Sum of RGB (Red+Green+Blue) = 196+83+12=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4530C is #3BACF3. Grayscale: #6D6D6D. Windows color (decimal): -3910900 or 807876. OLE color: 807876.

HSL color Cylindrical-coordinate representation of color #C4530C: hue angle of 23.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4530C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 12 -
CMYK 0 0.58 0.94 0.23
HSL 23.15º 0.88% 0.41% -
HSV(B) 23.15º 0.94% 0.77% -
XYZ 25.92 17.95 2.45 -
YUV 108.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 196 83 12 0 0.58 0.94 0.23 23.15 0.88 0.41
Hex C4 53 C 0 3A 5E 17 17 58 29
Octal 304 123 14 0 72 136 27 27 130 51
Binary 11000100 1010011 1100 0 111010 1011110 10111 10111 1011000 101001

Color Harmonies of #C4530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4530C

Black with #C4530C

Text Example


Text Example

White with #C4530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4530C; }

 p { color: rgb(196,83,12); }

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

background-color css

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

 a { background-color: rgb(196,83,12); }

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

border-color css

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

 span { border-color: rgb(196,83,12); }

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