Html Css Color HEX #963121 Burnt Umber

📋 copy color: '#963121'

red 150 ◦ green 49 ◦ blue 33

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

Shades of Burnt Umber #963121

Tints of Burnt Umber #963121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 33 (13.28% from 255) = 14.22%

R = 64.66%
G = 21.12%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#963121 (or 0x963121) is known color: Burnt Umber. HEX triplet: 96, 31 and 21. RGB value is (150,49,33). Sum of RGB (Red+Green+Blue) = 150+49+33=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #963121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963121 is #69CEDE. Grayscale: #4D4D4D. Windows color (decimal): -6934239 or 2175382. OLE color: 2175382.

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

Color convert

RGB 150 49 33 -
CMYK 0 0.67 0.78 0.41
HSL 8.21º 0.64% 0.36% -
HSV(B) 8.21º 0.78% 0.59% -
XYZ 13.95 8.79 2.4 -
YUV 77.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 150 49 33 0 0.67 0.78 0.41 8.21 0.64 0.36
Hex 96 31 21 0 43 4E 29 8 40 24
Octal 226 61 41 0 103 116 51 10 100 44
Binary 10010110 110001 100001 0 1000011 1001110 101001 1000 1000000 100100

Color Harmonies of #963121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963121

Black with #963121

Text Example


Text Example

White with #963121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963121; }

 p { color: rgb(150,49,33); }

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

background-color css

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

 a { background-color: rgb(150,49,33); }

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

border-color css

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

 span { border-color: rgb(150,49,33); }

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