Html Css Color HEX #95290D Burnt Umber

📋 copy color: '#95290D'

red 149 ◦ green 41 ◦ blue 13

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

Shades of Burnt Umber #95290D

Tints of Burnt Umber #95290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 73.4%
G = 20.2%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95290D (or 0x95290D) is known color: Burnt Umber. HEX triplet: 95, 29 and 0D. RGB value is (149,41,13). Sum of RGB (Red+Green+Blue) = 149+41+13=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #95290D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95290D is #6AD6F2. Grayscale: #464646. Windows color (decimal): -7001843 or 862613. OLE color: 862613.

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

Color convert

RGB 149 41 13 -
CMYK 0 0.72 0.91 0.42
HSL 12.35º 0.84% 0.32% -
HSV(B) 12.35º 0.91% 0.58% -
XYZ 13.26 8 1.23 -
YUV 70.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 149 41 13 0 0.72 0.91 0.42 12.35 0.84 0.32
Hex 95 29 D 0 48 5B 2A C 54 20
Octal 225 51 15 0 110 133 52 14 124 40
Binary 10010101 101001 1101 0 1001000 1011011 101010 1100 1010100 100000

Color Harmonies of #95290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95290D

Black with #95290D

Text Example


Text Example

White with #95290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95290D; }

 p { color: rgb(149,41,13); }

 H1.HeaderClassName
 {
   color: #95290D;
 }
 .AnyTagClassName
 {
   color: #95290D;
 }
</style>

background-color css

<style>
 a { background-color: #95290D; }

 a { background-color: rgb(149,41,13); }

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

border-color css

<style>
 span { border-color: #95290D; }

 span { border-color: rgb(149,41,13); }

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