Html Css Color HEX #CB4F11 Tenne (Tawny)

📋 copy color: '#CB4F11'

red 203 ◦ green 79 ◦ blue 17

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

Shades of Tenne (Tawny) #CB4F11

Tints of Tenne (Tawny) #CB4F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

 BLUE value IS 17 (7.03% from 255) = 5.69%

R = 67.89%
G = 26.42%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB4F11 (or 0xCB4F11) is known color: Tenne (Tawny). HEX triplet: CB, 4F and 11. RGB value is (203,79,17). Sum of RGB (Red+Green+Blue) = 203+79+17=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4F11 is #34B0EE. Grayscale: #6D6D6D. Windows color (decimal): -3453167 or 1134539. OLE color: 1134539.

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

Color convert

RGB 203 79 17 -
CMYK 0 0.61 0.92 0.20
HSL 20º 0.85% 0.43% -
HSV(B) 20º 0.92% 0.8% -
XYZ 27.53 18.33 2.62 -
YUV 109.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 203 79 17 0 0.61 0.92 0.20 20 0.85 0.43
Hex CB 4F 11 0 3D 5C 14 14 55 2B
Octal 313 117 21 0 75 134 24 24 125 53
Binary 11001011 1001111 10001 0 111101 1011100 10100 10100 1010101 101011

Color Harmonies of #CB4F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4F11

Black with #CB4F11

Text Example


Text Example

White with #CB4F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4F11; }

 p { color: rgb(203,79,17); }

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

background-color css

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

 a { background-color: rgb(203,79,17); }

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

border-color css

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

 span { border-color: rgb(203,79,17); }

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