Html Css Color HEX #96331C Burnt Umber

📋 copy color: '#96331C'

red 150 ◦ green 51 ◦ blue 28

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

Shades of Burnt Umber #96331C

Tints of Burnt Umber #96331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

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

R = 65.5%
G = 22.27%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96331C (or 0x96331C) is known color: Burnt Umber. HEX triplet: 96, 33 and 1C. RGB value is (150,51,28). Sum of RGB (Red+Green+Blue) = 150+51+28=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96331C is #69CCE3. Grayscale: #4E4E4E. Windows color (decimal): -6933732 or 1848214. OLE color: 1848214.

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

Color convert

RGB 150 51 28 -
CMYK 0 0.66 0.81 0.41
HSL 11.31º 0.69% 0.35% -
HSV(B) 11.31º 0.81% 0.59% -
XYZ 13.97 8.94 2.09 -
YUV 77.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 150 51 28 0 0.66 0.81 0.41 11.31 0.69 0.35
Hex 96 33 1C 0 42 51 29 B 45 23
Octal 226 63 34 0 102 121 51 13 105 43
Binary 10010110 110011 11100 0 1000010 1010001 101001 1011 1000101 100011

Color Harmonies of #96331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96331C

Black with #96331C

Text Example


Text Example

White with #96331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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