Html Css Color HEX #C7530C Tenne (Tawny)

📋 copy color: '#C7530C'

red 199 ◦ green 83 ◦ blue 12

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

Shades of Tenne (Tawny) #C7530C

Tints of Tenne (Tawny) #C7530C

RGB

 RED value IS 199 (78.13% from 255) = 67.69%

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

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

R = 67.69%
G = 28.23%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7530C (or 0xC7530C) is known color: Tenne (Tawny). HEX triplet: C7, 53 and 0C. RGB value is (199,83,12). Sum of RGB (Red+Green+Blue) = 199+83+12=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7530C is #38ACF3. Grayscale: #6D6D6D. Windows color (decimal): -3714292 or 807879. OLE color: 807879.

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

Color convert

RGB 199 83 12 -
CMYK 0 0.58 0.94 0.22
HSL 22.78º 0.89% 0.41% -
HSV(B) 22.78º 0.94% 0.78% -
XYZ 26.71 18.36 2.48 -
YUV 109.59 72.93 191.77 -
System Red Green Blue C M Y K H S L
Decimal 199 83 12 0 0.58 0.94 0.22 22.78 0.89 0.41
Hex C7 53 C 0 3A 5E 16 17 59 29
Octal 307 123 14 0 72 136 26 27 131 51
Binary 11000111 1010011 1100 0 111010 1011110 10110 10111 1011001 101001

Color Harmonies of #C7530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7530C

Black with #C7530C

Text Example


Text Example

White with #C7530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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