Html Css Color HEX #962C18 Burnt Umber

📋 copy color: '#962C18'

red 150 ◦ green 44 ◦ blue 24

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

Shades of Burnt Umber #962C18

Tints of Burnt Umber #962C18

RGB

 RED value IS 150 (58.98% from 255) = 68.81%

 GREEN value IS 44 (17.58% from 255) = 20.18%

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 68.81%
G = 20.18%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#962C18 (or 0x962C18) is known color: Burnt Umber. HEX triplet: 96, 2C and 18. RGB value is (150,44,24). Sum of RGB (Red+Green+Blue) = 150+44+24=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #962C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962C18 is #69D3E7. Grayscale: #494949. Windows color (decimal): -6935528 or 1584278. OLE color: 1584278.

HSL color Cylindrical-coordinate representation of color #962C18: hue angle of 9.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #962C18 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 24 -
CMYK 0 0.71 0.84 0.41
HSL 9.52º 0.72% 0.34% -
HSV(B) 9.52º 0.84% 0.59% -
XYZ 13.64 8.35 1.76 -
YUV 73.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 150 44 24 0 0.71 0.84 0.41 9.52 0.72 0.34
Hex 96 2C 18 0 47 54 29 A 48 22
Octal 226 54 30 0 107 124 51 12 110 42
Binary 10010110 101100 11000 0 1000111 1010100 101001 1010 1001000 100010

Color Harmonies of #962C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C18

Black with #962C18

Text Example


Text Example

White with #962C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962C18; }

 p { color: rgb(150,44,24); }

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

background-color css

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

 a { background-color: rgb(150,44,24); }

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

border-color css

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

 span { border-color: rgb(150,44,24); }

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