Html Css Color HEX #96311C Burnt Umber

📋 copy color: '#96311C'

red 150 ◦ green 49 ◦ blue 28

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

Shades of Burnt Umber #96311C

Tints of Burnt Umber #96311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 66.08%
G = 21.59%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96311C (or 0x96311C) is known color: Burnt Umber. HEX triplet: 96, 31 and 1C. RGB value is (150,49,28). Sum of RGB (Red+Green+Blue) = 150+49+28=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96311C is #69CEE3. Grayscale: #4C4C4C. Windows color (decimal): -6934244 or 1847702. OLE color: 1847702.

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

Color convert

RGB 150 49 28 -
CMYK 0 0.67 0.81 0.41
HSL 10.33º 0.69% 0.35% -
HSV(B) 10.33º 0.81% 0.59% -
XYZ 13.89 8.76 2.06 -
YUV 76.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 150 49 28 0 0.67 0.81 0.41 10.33 0.69 0.35
Hex 96 31 1C 0 43 51 29 A 45 23
Octal 226 61 34 0 103 121 51 12 105 43
Binary 10010110 110001 11100 0 1000011 1010001 101001 1010 1000101 100011

Color Harmonies of #96311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96311C

Black with #96311C

Text Example


Text Example

White with #96311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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