Html Css Color HEX #845201 Raw Umber

📋 copy color: '#845201'

red 132 ◦ green 82 ◦ blue 1

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

Shades of Raw Umber #845201

Tints of Raw Umber #845201

RGB

 RED value IS 132 (51.95% from 255) = 61.4%

 GREEN value IS 82 (32.42% from 255) = 38.14%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 61.4%
G = 38.14%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#845201 (or 0x845201) is known color: Raw Umber. HEX triplet: 84, 52 and 01. RGB value is (132,82,1). Sum of RGB (Red+Green+Blue) = 132+82+1=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #845201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845201 is #7BADFE. Grayscale: #585858. Windows color (decimal): -8105471 or 86660. OLE color: 86660.

HSL color Cylindrical-coordinate representation of color #845201: hue angle of 37.1º 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 #845201 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 1 -
CMYK 0 0.38 0.99 0.48
HSL 37.1º 0.98% 0.26% -
HSV(B) 37.1º 0.99% 0.52% -
XYZ 12.54 10.94 1.48 -
YUV 87.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 132 82 1 0 0.38 0.99 0.48 37.1 0.98 0.26
Hex 84 52 1 0 26 63 30 25 62 1A
Octal 204 122 1 0 46 143 60 45 142 32
Binary 10000100 1010010 1 0 100110 1100011 110000 100101 1100010 11010

Color Harmonies of #845201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845201

Black with #845201

Text Example


Text Example

White with #845201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845201; }

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

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

background-color css

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

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

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

border-color css

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

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

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