Html Css Color HEX #963421 Burnt Umber

📋 copy color: '#963421'

red 150 ◦ green 52 ◦ blue 33

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

Shades of Burnt Umber #963421

Tints of Burnt Umber #963421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

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

R = 63.83%
G = 22.13%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#963421 (or 0x963421) is known color: Burnt Umber. HEX triplet: 96, 34 and 21. RGB value is (150,52,33). Sum of RGB (Red+Green+Blue) = 150+52+33=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #963421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963421 is #69CBDE. Grayscale: #4F4F4F. Windows color (decimal): -6933471 or 2176150. OLE color: 2176150.

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

Color convert

RGB 150 52 33 -
CMYK 0 0.65 0.78 0.41
HSL 9.74º 0.64% 0.36% -
HSV(B) 9.74º 0.78% 0.59% -
XYZ 14.08 9.05 2.44 -
YUV 79.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 150 52 33 0 0.65 0.78 0.41 9.74 0.64 0.36
Hex 96 34 21 0 41 4E 29 A 40 24
Octal 226 64 41 0 101 116 51 12 100 44
Binary 10010110 110100 100001 0 1000001 1001110 101001 1010 1000000 100100

Color Harmonies of #963421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963421

Black with #963421

Text Example


Text Example

White with #963421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963421; }

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

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

background-color css

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

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

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

border-color css

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

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

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