Html Css Color HEX #96371D Burnt Umber

📋 copy color: '#96371D'

red 150 ◦ green 55 ◦ blue 29

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

Shades of Burnt Umber #96371D

Tints of Burnt Umber #96371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

 BLUE value IS 29 (11.72% from 255) = 12.39%

R = 64.1%
G = 23.5%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96371D (or 0x96371D) is known color: Burnt Umber. HEX triplet: 96, 37 and 1D. RGB value is (150,55,29). Sum of RGB (Red+Green+Blue) = 150+55+29=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #96371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96371D is #69C8E2. Grayscale: #505050. Windows color (decimal): -6932707 or 1914774. OLE color: 1914774.

HSL color Cylindrical-coordinate representation of color #96371D: hue angle of 12.89º degrees, saturation: 0.68, 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 #96371D is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 55 29 -
CMYK 0 0.63 0.81 0.41
HSL 12.89º 0.68% 0.35% -
HSV(B) 12.89º 0.81% 0.59% -
XYZ 14.17 9.31 2.21 -
YUV 80.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 150 55 29 0 0.63 0.81 0.41 12.89 0.68 0.35
Hex 96 37 1D 0 3F 51 29 D 44 23
Octal 226 67 35 0 77 121 51 15 104 43
Binary 10010110 110111 11101 0 111111 1010001 101001 1101 1000100 100011

Color Harmonies of #96371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96371D

Black with #96371D

Text Example


Text Example

White with #96371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96371D; }

 p { color: rgb(150,55,29); }

 H1.HeaderClassName
 {
   color: #96371D;
 }
 .AnyTagClassName
 {
   color: #96371D;
 }
</style>

background-color css

<style>
 a { background-color: #96371D; }

 a { background-color: rgb(150,55,29); }

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

border-color css

<style>
 span { border-color: #96371D; }

 span { border-color: rgb(150,55,29); }

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