Html Css Color HEX #96311B Burnt Umber

📋 copy color: '#96311B'

red 150 ◦ green 49 ◦ blue 27

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

Shades of Burnt Umber #96311B

Tints of Burnt Umber #96311B

RGB

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

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

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

R = 66.37%
G = 21.68%
B = 11.95%

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

#96311B (or 0x96311B) is known color: Burnt Umber. HEX triplet: 96, 31 and 1B. RGB value is (150,49,27). Sum of RGB (Red+Green+Blue) = 150+49+27=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96311B is #69CEE4. Grayscale: #4C4C4C. Windows color (decimal): -6934245 or 1782166. OLE color: 1782166.

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

Color convert

RGB 150 49 27 -
CMYK 0 0.67 0.82 0.41
HSL 10.73º 0.69% 0.35% -
HSV(B) 10.73º 0.82% 0.59% -
XYZ 13.87 8.76 2 -
YUV 76.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 150 49 27 0 0.67 0.82 0.41 10.73 0.69 0.35
Hex 96 31 1B 0 43 52 29 B 45 23
Octal 226 61 33 0 103 122 51 13 105 43
Binary 10010110 110001 11011 0 1000011 1010010 101001 1011 1000101 100011

Color Harmonies of #96311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96311B

Black with #96311B

Text Example


Text Example

White with #96311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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