Html Css Color HEX #963312 Burnt Umber

📋 copy color: '#963312'

red 150 ◦ green 51 ◦ blue 18

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

Shades of Burnt Umber #963312

Tints of Burnt Umber #963312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

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

R = 68.49%
G = 23.29%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#963312 (or 0x963312) is known color: Burnt Umber. HEX triplet: 96, 33 and 12. RGB value is (150,51,18). Sum of RGB (Red+Green+Blue) = 150+51+18=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #963312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963312 is #69CCED. Grayscale: #4D4D4D. Windows color (decimal): -6933742 or 1192854. OLE color: 1192854.

HSL color Cylindrical-coordinate representation of color #963312: hue angle of 15º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #963312 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 18 -
CMYK 0 0.66 0.88 0.41
HSL 15º 0.79% 0.33% -
HSV(B) 15º 0.88% 0.59% -
XYZ 13.87 8.9 1.56 -
YUV 76.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 150 51 18 0 0.66 0.88 0.41 15 0.79 0.33
Hex 96 33 12 0 42 58 29 F 4F 21
Octal 226 63 22 0 102 130 51 17 117 41
Binary 10010110 110011 10010 0 1000010 1011000 101001 1111 1001111 100001

Color Harmonies of #963312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963312

Black with #963312

Text Example


Text Example

White with #963312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963312; }

 p { color: rgb(150,51,18); }

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

background-color css

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

 a { background-color: rgb(150,51,18); }

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

border-color css

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

 span { border-color: rgb(150,51,18); }

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