Html Css Color HEX #95290A Burnt Umber

📋 copy color: '#95290A'

red 149 ◦ green 41 ◦ blue 10

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

Shades of Burnt Umber #95290A

Tints of Burnt Umber #95290A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5%

R = 74.5%
G = 20.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95290A (or 0x95290A) is known color: Burnt Umber. HEX triplet: 95, 29 and 0A. RGB value is (149,41,10). Sum of RGB (Red+Green+Blue) = 149+41+10=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #95290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95290A is #6AD6F5. Grayscale: #454545. Windows color (decimal): -7001846 or 666005. OLE color: 666005.

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

Color convert

RGB 149 41 10 -
CMYK 0 0.72 0.93 0.42
HSL 13.38º 0.87% 0.31% -
HSV(B) 13.38º 0.93% 0.58% -
XYZ 13.24 8 1.13 -
YUV 69.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 149 41 10 0 0.72 0.93 0.42 13.38 0.87 0.31
Hex 95 29 A 0 48 5D 2A D 57 1F
Octal 225 51 12 0 110 135 52 15 127 37
Binary 10010101 101001 1010 0 1001000 1011101 101010 1101 1010111 11111

Color Harmonies of #95290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95290A

Black with #95290A

Text Example


Text Example

White with #95290A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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