Html Css Color HEX #952E1D Burnt Umber

📋 copy color: '#952E1D'

red 149 ◦ green 46 ◦ blue 29

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

Shades of Burnt Umber #952E1D

Tints of Burnt Umber #952E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.54%

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

R = 66.52%
G = 20.54%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#952E1D (or 0x952E1D) is known color: Burnt Umber. HEX triplet: 95, 2E and 1D. RGB value is (149,46,29). Sum of RGB (Red+Green+Blue) = 149+46+29=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #952E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E1D is #6AD1E2. Grayscale: #4B4B4B. Windows color (decimal): -7000547 or 1912469. OLE color: 1912469.

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

Color convert

RGB 149 46 29 -
CMYK 0 0.69 0.81 0.42
HSL 8.5º 0.67% 0.35% -
HSV(B) 8.5º 0.81% 0.58% -
XYZ 13.59 8.43 2.07 -
YUV 74.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 149 46 29 0 0.69 0.81 0.42 8.5 0.67 0.35
Hex 95 2E 1D 0 45 51 2A 8 43 23
Octal 225 56 35 0 105 121 52 10 103 43
Binary 10010101 101110 11101 0 1000101 1010001 101010 1000 1000011 100011

Color Harmonies of #952E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E1D

Black with #952E1D

Text Example


Text Example

White with #952E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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