Html Css Color HEX #CB4700 Tenne (Tawny)

📋 copy color: '#CB4700'

red 203 ◦ green 71 ◦ blue 0

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

Shades of Tenne (Tawny) #CB4700

Tints of Tenne (Tawny) #CB4700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.91%

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

R = 74.09%
G = 25.91%
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

#CB4700 (or 0xCB4700) is known color: Tenne (Tawny). HEX triplet: CB, 47 and 00. RGB value is (203,71,0). Sum of RGB (Red+Green+Blue) = 203+71+0=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4700 is #34B8FF. Grayscale: #666666. Windows color (decimal): -3455232 or 18379. OLE color: 18379.

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

Color convert

RGB 203 71 0 -
CMYK 0 0.65 1 0.20
HSL 20.99º 1% 0.4% -
HSV(B) 20.99º 1% 0.8% -
XYZ 26.88 17.2 1.9 -
YUV 102.37 70.23 199.77 -
System Red Green Blue C M Y K H S L
Decimal 203 71 0 0 0.65 1 0.20 20.99 1 0.4
Hex CB 47 0 0 41 64 14 15 64 28
Octal 313 107 0 0 101 144 24 25 144 50
Binary 11001011 1000111 0 0 1000001 1100100 10100 10101 1100100 101000

Color Harmonies of #CB4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4700

Black with #CB4700

Text Example


Text Example

White with #CB4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4700; }

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

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

background-color css

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

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

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

border-color css

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

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

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