Html Css Color HEX #CB5416 Tenne (Tawny)

📋 copy color: '#CB5416'

red 203 ◦ green 84 ◦ blue 22

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

Shades of Tenne (Tawny) #CB5416

Tints of Tenne (Tawny) #CB5416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 65.7%
G = 27.18%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB5416 (or 0xCB5416) is known color: Tenne (Tawny). HEX triplet: CB, 54 and 16. RGB value is (203,84,22). Sum of RGB (Red+Green+Blue) = 203+84+22=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5416 is #34ABE9. Grayscale: #707070. Windows color (decimal): -3451882 or 1463499. OLE color: 1463499.

HSL color Cylindrical-coordinate representation of color #CB5416: hue angle of 20.55º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB5416 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 84 22 -
CMYK 0 0.59 0.89 0.20
HSL 20.55º 0.8% 0.44% -
HSV(B) 20.55º 0.89% 0.8% -
XYZ 27.94 19.1 2.97 -
YUV 112.51 76.92 192.54 -
System Red Green Blue C M Y K H S L
Decimal 203 84 22 0 0.59 0.89 0.20 20.55 0.8 0.44
Hex CB 54 16 0 3B 59 14 15 50 2C
Octal 313 124 26 0 73 131 24 25 120 54
Binary 11001011 1010100 10110 0 111011 1011001 10100 10101 1010000 101100

Color Harmonies of #CB5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5416

Black with #CB5416

Text Example


Text Example

White with #CB5416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5416; }

 p { color: rgb(203,84,22); }

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

background-color css

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

 a { background-color: rgb(203,84,22); }

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

border-color css

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

 span { border-color: rgb(203,84,22); }

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