Html Css Color HEX #952F22 Burnt Umber

📋 copy color: '#952F22'

red 149 ◦ green 47 ◦ blue 34

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

Shades of Burnt Umber #952F22

Tints of Burnt Umber #952F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.43%

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

R = 64.78%
G = 20.43%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#952F22 (or 0x952F22) is known color: Burnt Umber. HEX triplet: 95, 2F and 22. RGB value is (149,47,34). Sum of RGB (Red+Green+Blue) = 149+47+34=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #952F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F22 is #6AD0DD. Grayscale: #4C4C4C. Windows color (decimal): -7000286 or 2240405. OLE color: 2240405.

HSL color Cylindrical-coordinate representation of color #952F22: hue angle of 6.78º 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 #952F22 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 47 34 -
CMYK 0 0.68 0.77 0.42
HSL 6.78º 0.63% 0.36% -
HSV(B) 6.78º 0.77% 0.58% -
XYZ 13.7 8.54 2.44 -
YUV 76.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 149 47 34 0 0.68 0.77 0.42 6.78 0.63 0.36
Hex 95 2F 22 0 44 4D 2A 7 3F 24
Octal 225 57 42 0 104 115 52 7 77 44
Binary 10010101 101111 100010 0 1000100 1001101 101010 111 111111 100100

Color Harmonies of #952F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F22

Black with #952F22

Text Example


Text Example

White with #952F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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