Html Css Color HEX #845401 Raw Umber

📋 copy color: '#845401'

red 132 ◦ green 84 ◦ blue 1

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

Shades of Raw Umber #845401

Tints of Raw Umber #845401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.71%

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

R = 60.83%
G = 38.71%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#845401 (or 0x845401) is known color: Raw Umber. HEX triplet: 84, 54 and 01. RGB value is (132,84,1). Sum of RGB (Red+Green+Blue) = 132+84+1=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #845401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845401 is #7BABFE. Grayscale: #595959. Windows color (decimal): -8104959 or 87172. OLE color: 87172.

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

Color convert

RGB 132 84 1 -
CMYK 0 0.36 0.99 0.48
HSL 38.02º 0.98% 0.26% -
HSV(B) 38.02º 0.99% 0.52% -
XYZ 12.69 11.25 1.53 -
YUV 88.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 132 84 1 0 0.36 0.99 0.48 38.02 0.98 0.26
Hex 84 54 1 0 24 63 30 26 62 1A
Octal 204 124 1 0 44 143 60 46 142 32
Binary 10000100 1010100 1 0 100100 1100011 110000 100110 1100010 11010

Color Harmonies of #845401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845401

Black with #845401

Text Example


Text Example

White with #845401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845401; }

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

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

background-color css

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

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

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

border-color css

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

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

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