Html Css Color HEX #96371C Burnt Umber

📋 copy color: '#96371C'

red 150 ◦ green 55 ◦ blue 28

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

Shades of Burnt Umber #96371C

Tints of Burnt Umber #96371C

RGB

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

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

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

R = 64.38%
G = 23.61%
B = 12.02%

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

#96371C (or 0x96371C) is known color: Burnt Umber. HEX triplet: 96, 37 and 1C. RGB value is (150,55,28). Sum of RGB (Red+Green+Blue) = 150+55+28=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #96371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96371C is #69C8E3. Grayscale: #505050. Windows color (decimal): -6932708 or 1849238. OLE color: 1849238.

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

Color convert

RGB 150 55 28 -
CMYK 0 0.63 0.81 0.41
HSL 13.28º 0.69% 0.35% -
HSV(B) 13.28º 0.81% 0.59% -
XYZ 14.15 9.3 2.15 -
YUV 80.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 150 55 28 0 0.63 0.81 0.41 13.28 0.69 0.35
Hex 96 37 1C 0 3F 51 29 D 45 23
Octal 226 67 34 0 77 121 51 15 105 43
Binary 10010110 110111 11100 0 111111 1010001 101001 1101 1000101 100011

Color Harmonies of #96371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96371C

Black with #96371C

Text Example


Text Example

White with #96371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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