Html Css Color HEX #96321A Burnt Umber

📋 copy color: '#96321A'

red 150 ◦ green 50 ◦ blue 26

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

Shades of Burnt Umber #96321A

Tints of Burnt Umber #96321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 66.37%
G = 22.12%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96321A (or 0x96321A) is known color: Burnt Umber. HEX triplet: 96, 32 and 1A. RGB value is (150,50,26). Sum of RGB (Red+Green+Blue) = 150+50+26=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96321A is #69CDE5. Grayscale: #4D4D4D. Windows color (decimal): -6933990 or 1716886. OLE color: 1716886.

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

Color convert

RGB 150 50 26 -
CMYK 0 0.67 0.83 0.41
HSL 11.61º 0.7% 0.35% -
HSV(B) 11.61º 0.83% 0.59% -
XYZ 13.9 8.84 1.95 -
YUV 77.16 99.13 179.95 -
System Red Green Blue C M Y K H S L
Decimal 150 50 26 0 0.67 0.83 0.41 11.61 0.7 0.35
Hex 96 32 1A 0 43 53 29 C 46 23
Octal 226 62 32 0 103 123 51 14 106 43
Binary 10010110 110010 11010 0 1000011 1010011 101001 1100 1000110 100011

Color Harmonies of #96321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96321A

Black with #96321A

Text Example


Text Example

White with #96321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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