Html Css Color HEX #952E1B Burnt Umber

📋 copy color: '#952E1B'

red 149 ◦ green 46 ◦ blue 27

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

Shades of Burnt Umber #952E1B

Tints of Burnt Umber #952E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 67.12%
G = 20.72%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#952E1B (or 0x952E1B) is known color: Burnt Umber. HEX triplet: 95, 2E and 1B. RGB value is (149,46,27). Sum of RGB (Red+Green+Blue) = 149+46+27=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E1B is #6AD1E4. Grayscale: #4A4A4A. Windows color (decimal): -7000549 or 1781397. OLE color: 1781397.

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

Color convert

RGB 149 46 27 -
CMYK 0 0.69 0.82 0.42
HSL 9.34º 0.69% 0.35% -
HSV(B) 9.34º 0.82% 0.58% -
XYZ 13.57 8.42 1.95 -
YUV 74.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 149 46 27 0 0.69 0.82 0.42 9.34 0.69 0.35
Hex 95 2E 1B 0 45 52 2A 9 45 23
Octal 225 56 33 0 105 122 52 11 105 43
Binary 10010101 101110 11011 0 1000101 1010010 101010 1001 1000101 100011

Color Harmonies of #952E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E1B

Black with #952E1B

Text Example


Text Example

White with #952E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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