Html Css Color HEX #CB5308 Tenne (Tawny)

📋 copy color: '#CB5308'

red 203 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #CB5308

Tints of Tenne (Tawny) #CB5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 69.05%
G = 28.23%
B = 2.72%

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

#CB5308 (or 0xCB5308) is known color: Tenne (Tawny). HEX triplet: CB, 53 and 08. RGB value is (203,83,8). Sum of RGB (Red+Green+Blue) = 203+83+8=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5308 is #34ACF7. Grayscale: #6E6E6E. Windows color (decimal): -3452152 or 545739. OLE color: 545739.

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

Color convert

RGB 203 83 8 -
CMYK 0 0.59 0.96 0.20
HSL 23.08º 0.92% 0.41% -
HSV(B) 23.08º 0.96% 0.8% -
XYZ 27.77 18.9 2.41 -
YUV 110.33 70.26 194.1 -
System Red Green Blue C M Y K H S L
Decimal 203 83 8 0 0.59 0.96 0.20 23.08 0.92 0.41
Hex CB 53 8 0 3B 60 14 17 5C 29
Octal 313 123 10 0 73 140 24 27 134 51
Binary 11001011 1010011 1000 0 111011 1100000 10100 10111 1011100 101001

Color Harmonies of #CB5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5308

Black with #CB5308

Text Example


Text Example

White with #CB5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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