Html Css Color HEX #953121 Burnt Umber

📋 copy color: '#953121'

red 149 ◦ green 49 ◦ blue 33

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

Shades of Burnt Umber #953121

Tints of Burnt Umber #953121

RGB

 RED value IS 149 (58.59% from 255) = 64.5%

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 33 (13.28% from 255) = 14.29%

R = 64.5%
G = 21.21%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#953121 (or 0x953121) is known color: Burnt Umber. HEX triplet: 95, 31 and 21. RGB value is (149,49,33). Sum of RGB (Red+Green+Blue) = 149+49+33=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #953121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953121 is #6ACEDE. Grayscale: #4D4D4D. Windows color (decimal): -6999775 or 2175381. OLE color: 2175381.

HSL color Cylindrical-coordinate representation of color #953121: hue angle of 8.28º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #953121 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 33 -
CMYK 0 0.67 0.78 0.42
HSL 8.28º 0.64% 0.36% -
HSV(B) 8.28º 0.78% 0.58% -
XYZ 13.77 8.7 2.39 -
YUV 77.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 149 49 33 0 0.67 0.78 0.42 8.28 0.64 0.36
Hex 95 31 21 0 43 4E 2A 8 40 24
Octal 225 61 41 0 103 116 52 10 100 44
Binary 10010101 110001 100001 0 1000011 1001110 101010 1000 1000000 100100

Color Harmonies of #953121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953121

Black with #953121

Text Example


Text Example

White with #953121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953121; }

 p { color: rgb(149,49,33); }

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

background-color css

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

 a { background-color: rgb(149,49,33); }

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

border-color css

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

 span { border-color: rgb(149,49,33); }

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