Html Css Color HEX #96301B Burnt Umber

📋 copy color: '#96301B'

red 150 ◦ green 48 ◦ blue 27

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

Shades of Burnt Umber #96301B

Tints of Burnt Umber #96301B

RGB

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

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

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

R = 66.67%
G = 21.33%
B = 12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96301B (or 0x96301B) is known color: Burnt Umber. HEX triplet: 96, 30 and 1B. RGB value is (150,48,27). Sum of RGB (Red+Green+Blue) = 150+48+27=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #96301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96301B is #69CFE4. Grayscale: #4C4C4C. Windows color (decimal): -6934501 or 1781910. OLE color: 1781910.

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

Color convert

RGB 150 48 27 -
CMYK 0 0.68 0.82 0.41
HSL 10.24º 0.69% 0.35% -
HSV(B) 10.24º 0.82% 0.59% -
XYZ 13.83 8.68 1.98 -
YUV 76.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 150 48 27 0 0.68 0.82 0.41 10.24 0.69 0.35
Hex 96 30 1B 0 44 52 29 A 45 23
Octal 226 60 33 0 104 122 51 12 105 43
Binary 10010110 110000 11011 0 1000100 1010010 101001 1010 1000101 100011

Color Harmonies of #96301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96301B

Black with #96301B

Text Example


Text Example

White with #96301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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