Html Css Color HEX #CB5211 Tenne (Tawny)

📋 copy color: '#CB5211'

red 203 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #CB5211

Tints of Tenne (Tawny) #CB5211

RGB

 RED value IS 203 (79.69% from 255) = 67.22%

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

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 67.22%
G = 27.15%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB5211 (or 0xCB5211) is known color: Tenne (Tawny). HEX triplet: CB, 52 and 11. RGB value is (203,82,17). Sum of RGB (Red+Green+Blue) = 203+82+17=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5211 is #34ADEE. Grayscale: #6F6F6F. Windows color (decimal): -3452399 or 1135307. OLE color: 1135307.

HSL color Cylindrical-coordinate representation of color #CB5211: hue angle of 20.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB5211 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 82 17 -
CMYK 0 0.60 0.92 0.20
HSL 20.97º 0.85% 0.43% -
HSV(B) 20.97º 0.92% 0.8% -
XYZ 27.75 18.77 2.69 -
YUV 110.77 75.09 193.79 -
System Red Green Blue C M Y K H S L
Decimal 203 82 17 0 0.60 0.92 0.20 20.97 0.85 0.43
Hex CB 52 11 0 3C 5C 14 15 55 2B
Octal 313 122 21 0 74 134 24 25 125 53
Binary 11001011 1010010 10001 0 111100 1011100 10100 10101 1010101 101011

Color Harmonies of #CB5211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5211

Black with #CB5211

Text Example


Text Example

White with #CB5211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5211; }

 p { color: rgb(203,82,17); }

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

background-color css

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

 a { background-color: rgb(203,82,17); }

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

border-color css

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

 span { border-color: rgb(203,82,17); }

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