#92280A

Color #92280A Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #92280A

Tints of Burnt Umber #92280A

Color information

#92280A (or 0x92280A) is unknown color: approx Burnt Umber. HEX triplet: 92, 28 and 0A. RGB value is (146,40,10). Sum of RGB (Red+Green+Blue) = 146+40+10=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #92280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92280A is #6DD7F5. Grayscale: #444444. Windows color (decimal): -7198710 or 665746. OLE color: 665746.

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

Color convert

RGB1464010-
CMYK00.730.930.43
HSL13.24º87.18%30.59%-
HSV(B)13.24º93.15%57.25%-
XYZ12.677.651.1-
YUV68.2795.12183.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.49%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=74.49%
G=20.41%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146401000.730.930.4313.2487.1830.59
Hex9228A0495D2Bd571f
Octal22250120111135531512737
Binary1001001010100010100100100110111011010111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #92280A;
 }
 .AnyTagClassName
 {
   color: #92280A;
 }
</style>
background-color css

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

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

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

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

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

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