Html Css Color HEX #952D24 Burnt Umber

📋 copy color: '#952D24'

red 149 ◦ green 45 ◦ blue 36

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

Shades of Burnt Umber #952D24

Tints of Burnt Umber #952D24

RGB

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

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

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

R = 64.78%
G = 19.57%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#952D24 (or 0x952D24) is known color: Burnt Umber. HEX triplet: 95, 2D and 24. RGB value is (149,45,36). Sum of RGB (Red+Green+Blue) = 149+45+36=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #952D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D24 is #6AD2DB. Grayscale: #4B4B4B. Windows color (decimal): -7000796 or 2370965. OLE color: 2370965.

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

Color convert

RGB 149 45 36 -
CMYK 0 0.70 0.76 0.42
HSL 4.78º 0.61% 0.36% -
HSV(B) 4.78º 0.76% 0.58% -
XYZ 13.65 8.39 2.57 -
YUV 75.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 149 45 36 0 0.70 0.76 0.42 4.78 0.61 0.36
Hex 95 2D 24 0 46 4C 2A 5 3D 24
Octal 225 55 44 0 106 114 52 5 75 44
Binary 10010101 101101 100100 0 1000110 1001100 101010 101 111101 100100

Color Harmonies of #952D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D24

Black with #952D24

Text Example


Text Example

White with #952D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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