Html Css Color HEX #CB4901 Tenne (Tawny)

📋 copy color: '#CB4901'

red 203 ◦ green 73 ◦ blue 1

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

Shades of Tenne (Tawny) #CB4901

Tints of Tenne (Tawny) #CB4901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 73.29%
G = 26.35%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB4901 (or 0xCB4901) is known color: Tenne (Tawny). HEX triplet: CB, 49 and 01. RGB value is (203,73,1). Sum of RGB (Red+Green+Blue) = 203+73+1=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4901 is #34B6FE. Grayscale: #686868. Windows color (decimal): -3454719 or 84427. OLE color: 84427.

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

Color convert

RGB 203 73 1 -
CMYK 0 0.64 1.00 0.20
HSL 21.39º 0.99% 0.4% -
HSV(B) 21.39º 1% 0.8% -
XYZ 27.02 17.46 1.98 -
YUV 103.66 70.07 198.85 -
System Red Green Blue C M Y K H S L
Decimal 203 73 1 0 0.64 1.00 0.20 21.39 0.99 0.4
Hex CB 49 1 0 40 64 14 15 63 28
Octal 313 111 1 0 100 144 24 25 143 50
Binary 11001011 1001001 1 0 1000000 1100100 10100 10101 1100011 101000

Color Harmonies of #CB4901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4901

Black with #CB4901

Text Example


Text Example

White with #CB4901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4901; }

 p { color: rgb(203,73,1); }

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

background-color css

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

 a { background-color: rgb(203,73,1); }

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

border-color css

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

 span { border-color: rgb(203,73,1); }

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