Html Css Color HEX #952D18 Burnt Umber

📋 copy color: '#952D18'

red 149 ◦ green 45 ◦ blue 24

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

Shades of Burnt Umber #952D18

Tints of Burnt Umber #952D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 68.35%
G = 20.64%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#952D18 (or 0x952D18) is known color: Burnt Umber. HEX triplet: 95, 2D and 18. RGB value is (149,45,24). Sum of RGB (Red+Green+Blue) = 149+45+24=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #952D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D18 is #6AD2E7. Grayscale: #494949. Windows color (decimal): -7000808 or 1584533. OLE color: 1584533.

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

Color convert

RGB 149 45 24 -
CMYK 0 0.70 0.84 0.42
HSL 10.08º 0.72% 0.34% -
HSV(B) 10.08º 0.84% 0.58% -
XYZ 13.5 8.33 1.76 -
YUV 73.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 149 45 24 0 0.70 0.84 0.42 10.08 0.72 0.34
Hex 95 2D 18 0 46 54 2A A 48 22
Octal 225 55 30 0 106 124 52 12 110 42
Binary 10010101 101101 11000 0 1000110 1010100 101010 1010 1001000 100010

Color Harmonies of #952D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D18

Black with #952D18

Text Example


Text Example

White with #952D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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