Html Css Color HEX #CB4F13 Tenne (Tawny)

📋 copy color: '#CB4F13'

red 203 ◦ green 79 ◦ blue 19

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

Shades of Tenne (Tawny) #CB4F13

Tints of Tenne (Tawny) #CB4F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 67.44%
G = 26.25%
B = 6.31%

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

#CB4F13 (or 0xCB4F13) is known color: Tenne (Tawny). HEX triplet: CB, 4F and 13. RGB value is (203,79,19). Sum of RGB (Red+Green+Blue) = 203+79+19=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4F13 is #34B0EC. Grayscale: #6D6D6D. Windows color (decimal): -3453165 or 1265611. OLE color: 1265611.

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

Color convert

RGB 203 79 19 -
CMYK 0 0.61 0.91 0.20
HSL 19.57º 0.83% 0.44% -
HSV(B) 19.57º 0.91% 0.8% -
XYZ 27.54 18.34 2.7 -
YUV 109.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 203 79 19 0 0.61 0.91 0.20 19.57 0.83 0.44
Hex CB 4F 13 0 3D 5B 14 14 53 2C
Octal 313 117 23 0 75 133 24 24 123 54
Binary 11001011 1001111 10011 0 111101 1011011 10100 10100 1010011 101100

Color Harmonies of #CB4F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4F13

Black with #CB4F13

Text Example


Text Example

White with #CB4F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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