Html Css Color HEX #953326 Burnt Umber

📋 copy color: '#953326'

red 149 ◦ green 51 ◦ blue 38

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

Shades of Burnt Umber #953326

Tints of Burnt Umber #953326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 62.61%
G = 21.43%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#953326 (or 0x953326) is known color: Burnt Umber. HEX triplet: 95, 33 and 26. RGB value is (149,51,38). Sum of RGB (Red+Green+Blue) = 149+51+38=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #953326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953326 is #6ACCD9. Grayscale: #4E4E4E. Windows color (decimal): -6999258 or 2503573. OLE color: 2503573.

HSL color Cylindrical-coordinate representation of color #953326: hue angle of 7.03º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953326 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 38 -
CMYK 0 0.66 0.74 0.42
HSL 7.03º 0.59% 0.37% -
HSV(B) 7.03º 0.74% 0.58% -
XYZ 13.93 8.9 2.82 -
YUV 78.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 149 51 38 0 0.66 0.74 0.42 7.03 0.59 0.37
Hex 95 33 26 0 42 4A 2A 7 3B 25
Octal 225 63 46 0 102 112 52 7 73 45
Binary 10010101 110011 100110 0 1000010 1001010 101010 111 111011 100101

Color Harmonies of #953326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953326

Black with #953326

Text Example


Text Example

White with #953326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953326; }

 p { color: rgb(149,51,38); }

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

background-color css

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

 a { background-color: rgb(149,51,38); }

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

border-color css

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

 span { border-color: rgb(149,51,38); }

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