Html Css Color HEX #CB5513 Tenne (Tawny)

📋 copy color: '#CB5513'

red 203 ◦ green 85 ◦ blue 19

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

Shades of Tenne (Tawny) #CB5513

Tints of Tenne (Tawny) #CB5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 66.12%
G = 27.69%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB5513 (or 0xCB5513) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 13. RGB value is (203,85,19). Sum of RGB (Red+Green+Blue) = 203+85+19=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5513 is #34AAEC. Grayscale: #717171. Windows color (decimal): -3451629 or 1267147. OLE color: 1267147.

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

Color convert

RGB 203 85 19 -
CMYK 0 0.58 0.91 0.20
HSL 21.52º 0.83% 0.44% -
HSV(B) 21.52º 0.91% 0.8% -
XYZ 27.99 19.24 2.85 -
YUV 112.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 203 85 19 0 0.58 0.91 0.20 21.52 0.83 0.44
Hex CB 55 13 0 3A 5B 14 16 53 2C
Octal 313 125 23 0 72 133 24 26 123 54
Binary 11001011 1010101 10011 0 111010 1011011 10100 10110 1010011 101100

Color Harmonies of #CB5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5513

Black with #CB5513

Text Example


Text Example

White with #CB5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5513; }

 p { color: rgb(203,85,19); }

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

background-color css

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

 a { background-color: rgb(203,85,19); }

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

border-color css

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

 span { border-color: rgb(203,85,19); }

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