#824A01

Color #824A01 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #824A01

Tints of Raw Umber #824A01

Color information

#824A01 (or 0x824A01) is unknown color: approx Raw Umber. HEX triplet: 82, 4A and 01. RGB value is (130,74,1). Sum of RGB (Red+Green+Blue) = 130+74+1=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #824A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A01 is #7DB5FE. Grayscale: #525252. Windows color (decimal): -8238591 or 84610. OLE color: 84610.

HSL color Cylindrical-coordinate representation of color #824A01: hue angle of 33.95º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #824A01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB130741-
CMYK00.430.990.49
HSL33.95º98.47%25.69%-
HSV(B)33.95º99.23%50.98%-
XYZ11.669.651.28-
YUV82.4282.05161.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=63.41%
G=36.10%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13074100.430.990.4933.9598.4725.69
Hex824A102B633122621a
Octal2021121053143614214232
Binary100000101001010101010111100011110001100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824A01; }

 p { color: rgb(130,74,1); }

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

<style>
 a { background-color: #824A01; }

 a { background-color: rgb(130,74,1); }

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

<style>
 span { border-color: #824A01; }

 span { border-color: rgb(130,74,1); }

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