Html Css Color HEX #95290F Burnt Umber

📋 copy color: '#95290F'

red 149 ◦ green 41 ◦ blue 15

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

Shades of Burnt Umber #95290F

Tints of Burnt Umber #95290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 72.68%
G = 20%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95290F (or 0x95290F) is known color: Burnt Umber. HEX triplet: 95, 29 and 0F. RGB value is (149,41,15). Sum of RGB (Red+Green+Blue) = 149+41+15=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #95290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95290F is #6AD6F0. Grayscale: #464646. Windows color (decimal): -7001841 or 993685. OLE color: 993685.

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

Color convert

RGB 149 41 15 -
CMYK 0 0.72 0.90 0.42
HSL 11.64º 0.82% 0.32% -
HSV(B) 11.64º 0.9% 0.58% -
XYZ 13.27 8.01 1.3 -
YUV 70.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 149 41 15 0 0.72 0.90 0.42 11.64 0.82 0.32
Hex 95 29 F 0 48 5A 2A C 52 20
Octal 225 51 17 0 110 132 52 14 122 40
Binary 10010101 101001 1111 0 1001000 1011010 101010 1100 1010010 100000

Color Harmonies of #95290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95290F

Black with #95290F

Text Example


Text Example

White with #95290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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