Html Css Color HEX #96331E Burnt Umber

📋 copy color: '#96331E'

red 150 ◦ green 51 ◦ blue 30

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

Shades of Burnt Umber #96331E

Tints of Burnt Umber #96331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 64.94%
G = 22.08%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96331E (or 0x96331E) is known color: Burnt Umber. HEX triplet: 96, 33 and 1E. RGB value is (150,51,30). Sum of RGB (Red+Green+Blue) = 150+51+30=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96331E is #69CCE1. Grayscale: #4E4E4E. Windows color (decimal): -6933730 or 1979286. OLE color: 1979286.

HSL color Cylindrical-coordinate representation of color #96331E: hue angle of 10.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96331E is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 30 -
CMYK 0 0.66 0.80 0.41
HSL 10.5º 0.67% 0.35% -
HSV(B) 10.5º 0.8% 0.59% -
XYZ 14 8.95 2.22 -
YUV 78.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 150 51 30 0 0.66 0.80 0.41 10.5 0.67 0.35
Hex 96 33 1E 0 42 50 29 A 43 23
Octal 226 63 36 0 102 120 51 12 103 43
Binary 10010110 110011 11110 0 1000010 1010000 101001 1010 1000011 100011

Color Harmonies of #96331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96331E

Black with #96331E

Text Example


Text Example

White with #96331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96331E; }

 p { color: rgb(150,51,30); }

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

background-color css

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

 a { background-color: rgb(150,51,30); }

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

border-color css

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

 span { border-color: rgb(150,51,30); }

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