Html Css Color HEX #952D22 Burnt Umber

📋 copy color: '#952D22'

red 149 ◦ green 45 ◦ blue 34

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

Shades of Burnt Umber #952D22

Tints of Burnt Umber #952D22

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.74%

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

R = 65.35%
G = 19.74%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#952D22 (or 0x952D22) is known color: Burnt Umber. HEX triplet: 95, 2D and 22. RGB value is (149,45,34). Sum of RGB (Red+Green+Blue) = 149+45+34=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #952D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D22 is #6AD2DD. Grayscale: #4A4A4A. Windows color (decimal): -7000798 or 2239893. OLE color: 2239893.

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

Color convert

RGB 149 45 34 -
CMYK 0 0.70 0.77 0.42
HSL 5.74º 0.63% 0.36% -
HSV(B) 5.74º 0.77% 0.58% -
XYZ 13.62 8.38 2.41 -
YUV 74.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 149 45 34 0 0.70 0.77 0.42 5.74 0.63 0.36
Hex 95 2D 22 0 46 4D 2A 6 3F 24
Octal 225 55 42 0 106 115 52 6 77 44
Binary 10010101 101101 100010 0 1000110 1001101 101010 110 111111 100100

Color Harmonies of #952D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D22

Black with #952D22

Text Example


Text Example

White with #952D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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