Html Css Color HEX #CB5A11 Tenne (Tawny)

📋 copy color: '#CB5A11'

red 203 ◦ green 90 ◦ blue 17

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

Shades of Tenne (Tawny) #CB5A11

Tints of Tenne (Tawny) #CB5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

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

R = 65.48%
G = 29.03%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB5A11 (or 0xCB5A11) is known color: Tenne (Tawny). HEX triplet: CB, 5A and 11. RGB value is (203,90,17). Sum of RGB (Red+Green+Blue) = 203+90+17=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A11 is #34A5EE. Grayscale: #737373. Windows color (decimal): -3450351 or 1137355. OLE color: 1137355.

HSL color Cylindrical-coordinate representation of color #CB5A11: hue angle of 23.55º 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 #CB5A11 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 90 17 -
CMYK 0 0.56 0.92 0.20
HSL 23.55º 0.85% 0.43% -
HSV(B) 23.55º 0.92% 0.8% -
XYZ 28.39 20.05 2.9 -
YUV 115.47 72.44 190.44 -
System Red Green Blue C M Y K H S L
Decimal 203 90 17 0 0.56 0.92 0.20 23.55 0.85 0.43
Hex CB 5A 11 0 38 5C 14 18 55 2B
Octal 313 132 21 0 70 134 24 30 125 53
Binary 11001011 1011010 10001 0 111000 1011100 10100 11000 1010101 101011

Color Harmonies of #CB5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A11

Black with #CB5A11

Text Example


Text Example

White with #CB5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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