Html Css Color HEX #952D1D Burnt Umber

📋 copy color: '#952D1D'

red 149 ◦ green 45 ◦ blue 29

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

Shades of Burnt Umber #952D1D

Tints of Burnt Umber #952D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13%

R = 66.82%
G = 20.18%
B = 13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#952D1D (or 0x952D1D) is known color: Burnt Umber. HEX triplet: 95, 2D and 1D. RGB value is (149,45,29). Sum of RGB (Red+Green+Blue) = 149+45+29=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #952D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D1D is #6AD2E2. Grayscale: #4A4A4A. Windows color (decimal): -7000803 or 1912213. OLE color: 1912213.

HSL color Cylindrical-coordinate representation of color #952D1D: hue angle of 8º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952D1D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 29 -
CMYK 0 0.70 0.81 0.42
HSL 0.67% 0.35% -
HSV(B) 0.81% 0.58% -
XYZ 13.55 8.36 2.06 -
YUV 74.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 149 45 29 0 0.70 0.81 0.42 8 0.67 0.35
Hex 95 2D 1D 0 46 51 2A 8 43 23
Octal 225 55 35 0 106 121 52 10 103 43
Binary 10010101 101101 11101 0 1000110 1010001 101010 1000 1000011 100011

Color Harmonies of #952D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D1D

Black with #952D1D

Text Example


Text Example

White with #952D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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