Html Css Color HEX #95290B Burnt Umber

📋 copy color: '#95290B'

red 149 ◦ green 41 ◦ blue 11

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

Shades of Burnt Umber #95290B

Tints of Burnt Umber #95290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.47%

R = 74.13%
G = 20.4%
B = 5.47%

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

#95290B (or 0x95290B) is known color: Burnt Umber. HEX triplet: 95, 29 and 0B. RGB value is (149,41,11). Sum of RGB (Red+Green+Blue) = 149+41+11=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #95290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95290B is #6AD6F4. Grayscale: #464646. Windows color (decimal): -7001845 or 731541. OLE color: 731541.

HSL color Cylindrical-coordinate representation of color #95290B: hue angle of 13.04º degrees, saturation: 0.86, 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 #95290B is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 11 -
CMYK 0 0.72 0.93 0.42
HSL 13.04º 0.86% 0.31% -
HSV(B) 13.04º 0.93% 0.58% -
XYZ 13.25 8 1.16 -
YUV 69.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 149 41 11 0 0.72 0.93 0.42 13.04 0.86 0.31
Hex 95 29 B 0 48 5D 2A D 56 1F
Octal 225 51 13 0 110 135 52 15 126 37
Binary 10010101 101001 1011 0 1001000 1011101 101010 1101 1010110 11111

Color Harmonies of #95290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95290B

Black with #95290B

Text Example


Text Example

White with #95290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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