Html Css Color HEX #963222 Burnt Umber

📋 copy color: '#963222'

red 150 ◦ green 50 ◦ blue 34

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

Shades of Burnt Umber #963222

Tints of Burnt Umber #963222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 64.1%
G = 21.37%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#963222 (or 0x963222) is known color: Burnt Umber. HEX triplet: 96, 32 and 22. RGB value is (150,50,34). Sum of RGB (Red+Green+Blue) = 150+50+34=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #963222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963222 is #69CDDD. Grayscale: #4E4E4E. Windows color (decimal): -6933982 or 2241174. OLE color: 2241174.

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

Color convert

RGB 150 50 34 -
CMYK 0 0.67 0.77 0.41
HSL 8.28º 0.63% 0.36% -
HSV(B) 8.28º 0.77% 0.59% -
XYZ 14.01 8.88 2.49 -
YUV 78.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 150 50 34 0 0.67 0.77 0.41 8.28 0.63 0.36
Hex 96 32 22 0 43 4D 29 8 3F 24
Octal 226 62 42 0 103 115 51 10 77 44
Binary 10010110 110010 100010 0 1000011 1001101 101001 1000 111111 100100

Color Harmonies of #963222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963222

Black with #963222

Text Example


Text Example

White with #963222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963222; }

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

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

background-color css

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

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

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

border-color css

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

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

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