Html Css Color HEX #CB4800 Tenne (Tawny)

📋 copy color: '#CB4800'

red 203 ◦ green 72 ◦ blue 0

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

Shades of Tenne (Tawny) #CB4800

Tints of Tenne (Tawny) #CB4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.82%
G = 26.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB4800 (or 0xCB4800) is known color: Tenne (Tawny). HEX triplet: CB, 48 and 00. RGB value is (203,72,0). Sum of RGB (Red+Green+Blue) = 203+72+0=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4800 is #34B7FF. Grayscale: #676767. Windows color (decimal): -3454976 or 18635. OLE color: 18635.

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

Color convert

RGB 203 72 0 -
CMYK 0 0.65 1 0.20
HSL 21.28º 1% 0.4% -
HSV(B) 21.28º 1% 0.8% -
XYZ 26.95 17.33 1.93 -
YUV 102.96 69.9 199.35 -
System Red Green Blue C M Y K H S L
Decimal 203 72 0 0 0.65 1 0.20 21.28 1 0.4
Hex CB 48 0 0 41 64 14 15 64 28
Octal 313 110 0 0 101 144 24 25 144 50
Binary 11001011 1001000 0 0 1000001 1100100 10100 10101 1100100 101000

Color Harmonies of #CB4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4800

Black with #CB4800

Text Example


Text Example

White with #CB4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4800; }

 p { color: rgb(203,72,0); }

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

background-color css

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

 a { background-color: rgb(203,72,0); }

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

border-color css

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

 span { border-color: rgb(203,72,0); }

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