Html Css Color HEX #952E22 Burnt Umber

📋 copy color: '#952E22'

red 149 ◦ green 46 ◦ blue 34

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

Shades of Burnt Umber #952E22

Tints of Burnt Umber #952E22

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.09%

 BLUE value IS 34 (13.67% from 255) = 14.85%

R = 65.07%
G = 20.09%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#952E22 (or 0x952E22) is known color: Burnt Umber. HEX triplet: 95, 2E and 22. RGB value is (149,46,34). Sum of RGB (Red+Green+Blue) = 149+46+34=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #952E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E22 is #6AD1DD. Grayscale: #4B4B4B. Windows color (decimal): -7000542 or 2240149. OLE color: 2240149.

HSL color Cylindrical-coordinate representation of color #952E22: hue angle of 6.26º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952E22 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 34 -
CMYK 0 0.69 0.77 0.42
HSL 6.26º 0.63% 0.36% -
HSV(B) 6.26º 0.77% 0.58% -
XYZ 13.66 8.46 2.43 -
YUV 75.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 149 46 34 0 0.69 0.77 0.42 6.26 0.63 0.36
Hex 95 2E 22 0 45 4D 2A 6 3F 24
Octal 225 56 42 0 105 115 52 6 77 44
Binary 10010101 101110 100010 0 1000101 1001101 101010 110 111111 100100

Color Harmonies of #952E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E22

Black with #952E22

Text Example


Text Example

White with #952E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952E22; }

 p { color: rgb(149,46,34); }

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

background-color css

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

 a { background-color: rgb(149,46,34); }

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

border-color css

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

 span { border-color: rgb(149,46,34); }

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