Html Css Color HEX #CB4D12 Tenne (Tawny)

📋 copy color: '#CB4D12'

red 203 ◦ green 77 ◦ blue 18

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

Shades of Tenne (Tawny) #CB4D12

Tints of Tenne (Tawny) #CB4D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

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

R = 68.12%
G = 25.84%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB4D12 (or 0xCB4D12) is known color: Tenne (Tawny). HEX triplet: CB, 4D and 12. RGB value is (203,77,18). Sum of RGB (Red+Green+Blue) = 203+77+18=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D12 is #34B2ED. Grayscale: #6C6C6C. Windows color (decimal): -3453678 or 1199563. OLE color: 1199563.

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

Color convert

RGB 203 77 18 -
CMYK 0 0.62 0.91 0.20
HSL 19.14º 0.84% 0.43% -
HSV(B) 19.14º 0.91% 0.8% -
XYZ 27.39 18.05 2.61 -
YUV 107.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 203 77 18 0 0.62 0.91 0.20 19.14 0.84 0.43
Hex CB 4D 12 0 3E 5B 14 13 54 2B
Octal 313 115 22 0 76 133 24 23 124 53
Binary 11001011 1001101 10010 0 111110 1011011 10100 10011 1010100 101011

Color Harmonies of #CB4D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4D12

Black with #CB4D12

Text Example


Text Example

White with #CB4D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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