#845001

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

Shades of Raw Umber #845001

Tints of Raw Umber #845001

Color information

#845001 (or 0x845001) is unknown color: approx Raw Umber. HEX triplet: 84, 50 and 01. RGB value is (132,80,1). Sum of RGB (Red+Green+Blue) = 132+80+1=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #845001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845001 is #7BAFFE. Grayscale: #565656. Windows color (decimal): -8105983 or 86148. OLE color: 86148.

HSL color Cylindrical-coordinate representation of color #845001: hue angle of 36.18º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #845001 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB132801-
CMYK00.390.990.48
HSL36.18º98.5%26.08%-
HSV(B)36.18º99.24%51.76%-
XYZ12.3910.651.43-
YUV86.5479.73160.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=61.97%
G=37.56%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13280100.390.990.4836.1898.526.08
Hex84501027633024621a
Octal2041201047143604414232
Binary100001001010000101001111100011110000100100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845001; }

 p { color: rgb(132,80,1); }

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

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

 a { background-color: rgb(132,80,1); }

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

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

 span { border-color: rgb(132,80,1); }

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