Html Css Color HEX #96301D Burnt Umber

📋 copy color: '#96301D'

red 150 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #96301D

Tints of Burnt Umber #96301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

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

R = 66.08%
G = 21.15%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96301D (or 0x96301D) is known color: Burnt Umber. HEX triplet: 96, 30 and 1D. RGB value is (150,48,29). Sum of RGB (Red+Green+Blue) = 150+48+29=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96301D is #69CFE2. Grayscale: #4C4C4C. Windows color (decimal): -6934499 or 1912982. OLE color: 1912982.

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

Color convert

RGB 150 48 29 -
CMYK 0 0.68 0.81 0.41
HSL 9.42º 0.68% 0.35% -
HSV(B) 9.42º 0.81% 0.59% -
XYZ 13.86 8.69 2.11 -
YUV 76.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 150 48 29 0 0.68 0.81 0.41 9.42 0.68 0.35
Hex 96 30 1D 0 44 51 29 9 44 23
Octal 226 60 35 0 104 121 51 11 104 43
Binary 10010110 110000 11101 0 1000100 1010001 101001 1001 1000100 100011

Color Harmonies of #96301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96301D

Black with #96301D

Text Example


Text Example

White with #96301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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