Html Css Color HEX #963320 Burnt Umber

📋 copy color: '#963320'

red 150 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #963320

Tints of Burnt Umber #963320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 64.38%
G = 21.89%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#963320 (or 0x963320) is known color: Burnt Umber. HEX triplet: 96, 33 and 20. RGB value is (150,51,32). Sum of RGB (Red+Green+Blue) = 150+51+32=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #963320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963320 is #69CCDF. Grayscale: #4E4E4E. Windows color (decimal): -6933728 or 2110358. OLE color: 2110358.

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

Color convert

RGB 150 51 32 -
CMYK 0 0.66 0.79 0.41
HSL 9.66º 0.65% 0.36% -
HSV(B) 9.66º 0.79% 0.59% -
XYZ 14.02 8.96 2.36 -
YUV 78.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 150 51 32 0 0.66 0.79 0.41 9.66 0.65 0.36
Hex 96 33 20 0 42 4F 29 A 41 24
Octal 226 63 40 0 102 117 51 12 101 44
Binary 10010110 110011 100000 0 1000010 1001111 101001 1010 1000001 100100

Color Harmonies of #963320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963320

Black with #963320

Text Example


Text Example

White with #963320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963320; }

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

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

background-color css

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

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

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

border-color css

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

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

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