Html Css Color HEX #96311E Burnt Umber

📋 copy color: '#96311E'

red 150 ◦ green 49 ◦ blue 30

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

Shades of Burnt Umber #96311E

Tints of Burnt Umber #96311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

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

R = 65.5%
G = 21.4%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96311E (or 0x96311E) is known color: Burnt Umber. HEX triplet: 96, 31 and 1E. RGB value is (150,49,30). Sum of RGB (Red+Green+Blue) = 150+49+30=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96311E is #69CEE1. Grayscale: #4D4D4D. Windows color (decimal): -6934242 or 1978774. OLE color: 1978774.

HSL color Cylindrical-coordinate representation of color #96311E: hue angle of 9.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 #96311E is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 30 -
CMYK 0 0.67 0.80 0.41
HSL 9.5º 0.67% 0.35% -
HSV(B) 9.5º 0.8% 0.59% -
XYZ 13.91 8.77 2.19 -
YUV 77.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 150 49 30 0 0.67 0.80 0.41 9.5 0.67 0.35
Hex 96 31 1E 0 43 50 29 A 43 23
Octal 226 61 36 0 103 120 51 12 103 43
Binary 10010110 110001 11110 0 1000011 1010000 101001 1010 1000011 100011

Color Harmonies of #96311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96311E

Black with #96311E

Text Example


Text Example

White with #96311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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