Html Css Color HEX #963212 Burnt Umber

📋 copy color: '#963212'

red 150 ◦ green 50 ◦ blue 18

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

Shades of Burnt Umber #963212

Tints of Burnt Umber #963212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 68.81%
G = 22.94%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#963212 (or 0x963212) is known color: Burnt Umber. HEX triplet: 96, 32 and 12. RGB value is (150,50,18). Sum of RGB (Red+Green+Blue) = 150+50+18=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #963212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963212 is #69CDED. Grayscale: #4C4C4C. Windows color (decimal): -6933998 or 1192598. OLE color: 1192598.

HSL color Cylindrical-coordinate representation of color #963212: hue angle of 14.55º 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 #963212 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 18 -
CMYK 0 0.67 0.88 0.41
HSL 14.55º 0.79% 0.33% -
HSV(B) 14.55º 0.88% 0.59% -
XYZ 13.83 8.81 1.54 -
YUV 76.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 150 50 18 0 0.67 0.88 0.41 14.55 0.79 0.33
Hex 96 32 12 0 43 58 29 F 4F 21
Octal 226 62 22 0 103 130 51 17 117 41
Binary 10010110 110010 10010 0 1000011 1011000 101001 1111 1001111 100001

Color Harmonies of #963212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963212

Black with #963212

Text Example


Text Example

White with #963212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963212; }

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

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

background-color css

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

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

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

border-color css

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

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

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