Html Css Color HEX #C7520B Tenne (Tawny)

📋 copy color: '#C7520B'

red 199 ◦ green 82 ◦ blue 11

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

Shades of Tenne (Tawny) #C7520B

Tints of Tenne (Tawny) #C7520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

 BLUE value IS 11 (4.69% from 255) = 3.77%

R = 68.15%
G = 28.08%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7520B (or 0xC7520B) is known color: Tenne (Tawny). HEX triplet: C7, 52 and 0B. RGB value is (199,82,11). Sum of RGB (Red+Green+Blue) = 199+82+11=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7520B is #38ADF4. Grayscale: #6D6D6D. Windows color (decimal): -3714549 or 742087. OLE color: 742087.

HSL color Cylindrical-coordinate representation of color #C7520B: hue angle of 22.66º degrees, saturation: 0.9, 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 #C7520B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 11 -
CMYK 0 0.59 0.94 0.22
HSL 22.66º 0.9% 0.41% -
HSV(B) 22.66º 0.94% 0.78% -
XYZ 26.63 18.2 2.43 -
YUV 108.89 72.76 192.27 -
System Red Green Blue C M Y K H S L
Decimal 199 82 11 0 0.59 0.94 0.22 22.66 0.9 0.41
Hex C7 52 B 0 3B 5E 16 17 5A 29
Octal 307 122 13 0 73 136 26 27 132 51
Binary 11000111 1010010 1011 0 111011 1011110 10110 10111 1011010 101001

Color Harmonies of #C7520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7520B

Black with #C7520B

Text Example


Text Example

White with #C7520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7520B; }

 p { color: rgb(199,82,11); }

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

background-color css

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

 a { background-color: rgb(199,82,11); }

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

border-color css

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

 span { border-color: rgb(199,82,11); }

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