Html Css Color HEX #CB4F12 Tenne (Tawny)

📋 copy color: '#CB4F12'

red 203 ◦ green 79 ◦ blue 18

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

Shades of Tenne (Tawny) #CB4F12

Tints of Tenne (Tawny) #CB4F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6%

R = 67.67%
G = 26.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB4F12 (or 0xCB4F12) is known color: Tenne (Tawny). HEX triplet: CB, 4F and 12. RGB value is (203,79,18). Sum of RGB (Red+Green+Blue) = 203+79+18=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4F12 is #34B0ED. Grayscale: #6D6D6D. Windows color (decimal): -3453166 or 1200075. OLE color: 1200075.

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

Color convert

RGB 203 79 18 -
CMYK 0 0.61 0.91 0.20
HSL 19.78º 0.84% 0.43% -
HSV(B) 19.78º 0.91% 0.8% -
XYZ 27.53 18.33 2.66 -
YUV 109.12 76.58 194.96 -
System Red Green Blue C M Y K H S L
Decimal 203 79 18 0 0.61 0.91 0.20 19.78 0.84 0.43
Hex CB 4F 12 0 3D 5B 14 14 54 2B
Octal 313 117 22 0 75 133 24 24 124 53
Binary 11001011 1001111 10010 0 111101 1011011 10100 10100 1010100 101011

Color Harmonies of #CB4F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4F12

Black with #CB4F12

Text Example


Text Example

White with #CB4F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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