Html Css Color HEX #95280A Burnt Umber

📋 copy color: '#95280A'

red 149 ◦ green 40 ◦ blue 10

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

Shades of Burnt Umber #95280A

Tints of Burnt Umber #95280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.1%

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

R = 74.87%
G = 20.1%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95280A (or 0x95280A) is known color: Burnt Umber. HEX triplet: 95, 28 and 0A. RGB value is (149,40,10). Sum of RGB (Red+Green+Blue) = 149+40+10=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #95280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95280A is #6AD7F5. Grayscale: #454545. Windows color (decimal): -7002102 or 665749. OLE color: 665749.

HSL color Cylindrical-coordinate representation of color #95280A: hue angle of 12.95º 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 #95280A is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 10 -
CMYK 0 0.73 0.93 0.42
HSL 12.95º 0.87% 0.31% -
HSV(B) 12.95º 0.93% 0.58% -
XYZ 13.21 7.93 1.12 -
YUV 69.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 149 40 10 0 0.73 0.93 0.42 12.95 0.87 0.31
Hex 95 28 A 0 49 5D 2A D 57 1F
Octal 225 50 12 0 111 135 52 15 127 37
Binary 10010101 101000 1010 0 1001001 1011101 101010 1101 1010111 11111

Color Harmonies of #95280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95280A

Black with #95280A

Text Example


Text Example

White with #95280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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