Html Css Color HEX #96321B Burnt Umber

📋 copy color: '#96321B'

red 150 ◦ green 50 ◦ blue 27

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

Shades of Burnt Umber #96321B

Tints of Burnt Umber #96321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 66.08%
G = 22.03%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96321B (or 0x96321B) is known color: Burnt Umber. HEX triplet: 96, 32 and 1B. RGB value is (150,50,27). Sum of RGB (Red+Green+Blue) = 150+50+27=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96321B is #69CDE4. Grayscale: #4D4D4D. Windows color (decimal): -6933989 or 1782422. OLE color: 1782422.

HSL color Cylindrical-coordinate representation of color #96321B: hue angle of 11.22º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96321B is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 27 -
CMYK 0 0.67 0.82 0.41
HSL 11.22º 0.69% 0.35% -
HSV(B) 11.22º 0.82% 0.59% -
XYZ 13.92 8.84 2.01 -
YUV 77.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 150 50 27 0 0.67 0.82 0.41 11.22 0.69 0.35
Hex 96 32 1B 0 43 52 29 B 45 23
Octal 226 62 33 0 103 122 51 13 105 43
Binary 10010110 110010 11011 0 1000011 1010010 101001 1011 1000101 100011

Color Harmonies of #96321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96321B

Black with #96321B

Text Example


Text Example

White with #96321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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