Html Css Color HEX #CB5408 Tenne (Tawny)

📋 copy color: '#CB5408'

red 203 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #CB5408

Tints of Tenne (Tawny) #CB5408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 68.81%
G = 28.47%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB5408 (or 0xCB5408) is known color: Tenne (Tawny). HEX triplet: CB, 54 and 08. RGB value is (203,84,8). Sum of RGB (Red+Green+Blue) = 203+84+8=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5408 is #34ABF7. Grayscale: #6F6F6F. Windows color (decimal): -3451896 or 545995. OLE color: 545995.

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

Color convert

RGB 203 84 8 -
CMYK 0 0.59 0.96 0.20
HSL 23.38º 0.92% 0.41% -
HSV(B) 23.38º 0.96% 0.8% -
XYZ 27.84 19.05 2.44 -
YUV 110.92 69.92 193.68 -
System Red Green Blue C M Y K H S L
Decimal 203 84 8 0 0.59 0.96 0.20 23.38 0.92 0.41
Hex CB 54 8 0 3B 60 14 17 5C 29
Octal 313 124 10 0 73 140 24 27 134 51
Binary 11001011 1010100 1000 0 111011 1100000 10100 10111 1011100 101001

Color Harmonies of #CB5408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5408

Black with #CB5408

Text Example


Text Example

White with #CB5408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5408; }

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

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

background-color css

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

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

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

border-color css

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

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

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