Html Css Color HEX #952F24 Burnt Umber

📋 copy color: '#952F24'

red 149 ◦ green 47 ◦ blue 36

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

Shades of Burnt Umber #952F24

Tints of Burnt Umber #952F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 64.22%
G = 20.26%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#952F24 (or 0x952F24) is known color: Burnt Umber. HEX triplet: 95, 2F and 24. RGB value is (149,47,36). Sum of RGB (Red+Green+Blue) = 149+47+36=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #952F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F24 is #6AD0DB. Grayscale: #4C4C4C. Windows color (decimal): -7000284 or 2371477. OLE color: 2371477.

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

Color convert

RGB 149 47 36 -
CMYK 0 0.68 0.76 0.42
HSL 5.84º 0.61% 0.36% -
HSV(B) 5.84º 0.76% 0.58% -
XYZ 13.73 8.55 2.6 -
YUV 76.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 149 47 36 0 0.68 0.76 0.42 5.84 0.61 0.36
Hex 95 2F 24 0 44 4C 2A 6 3D 24
Octal 225 57 44 0 104 114 52 6 75 44
Binary 10010101 101111 100100 0 1000100 1001100 101010 110 111101 100100

Color Harmonies of #952F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F24

Black with #952F24

Text Example


Text Example

White with #952F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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