Html Css Color HEX #96321C Burnt Umber

📋 copy color: '#96321C'

red 150 ◦ green 50 ◦ blue 28

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

Shades of Burnt Umber #96321C

Tints of Burnt Umber #96321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

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

R = 65.79%
G = 21.93%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96321C (or 0x96321C) is known color: Burnt Umber. HEX triplet: 96, 32 and 1C. RGB value is (150,50,28). Sum of RGB (Red+Green+Blue) = 150+50+28=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #96321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96321C is #69CDE3. Grayscale: #4D4D4D. Windows color (decimal): -6933988 or 1847958. OLE color: 1847958.

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

Color convert

RGB 150 50 28 -
CMYK 0 0.67 0.81 0.41
HSL 10.82º 0.69% 0.35% -
HSV(B) 10.82º 0.81% 0.59% -
XYZ 13.93 8.85 2.07 -
YUV 77.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 150 50 28 0 0.67 0.81 0.41 10.82 0.69 0.35
Hex 96 32 1C 0 43 51 29 B 45 23
Octal 226 62 34 0 103 121 51 13 105 43
Binary 10010110 110010 11100 0 1000011 1010001 101001 1011 1000101 100011

Color Harmonies of #96321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96321C

Black with #96321C

Text Example


Text Example

White with #96321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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