Html Css Color HEX #845800 Raw Umber

📋 copy color: '#845800'

red 132 ◦ green 88 ◦ blue 0

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

Shades of Raw Umber #845800

Tints of Raw Umber #845800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#845800 (or 0x845800) is known color: Raw Umber. HEX triplet: 84, 58 and 00. RGB value is (132,88,0). Sum of RGB (Red+Green+Blue) = 132+88+0=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #845800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845800 is #7BA7FF. Grayscale: #5B5B5B. Windows color (decimal): -8103936 or 22660. OLE color: 22660.

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

Color convert

RGB 132 88 0 -
CMYK 0 0.33 1 0.48
HSL 40º 1% 0.26% -
HSV(B) 40º 1% 0.52% -
XYZ 13.01 11.88 1.61 -
YUV 91.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 132 88 0 0 0.33 1 0.48 40 1 0.26
Hex 84 58 0 0 21 64 30 28 64 1A
Octal 204 130 0 0 41 144 60 50 144 32
Binary 10000100 1011000 0 0 100001 1100100 110000 101000 1100100 11010

Color Harmonies of #845800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845800

Black with #845800

Text Example


Text Example

White with #845800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845800; }

 p { color: rgb(132,88,0); }

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

background-color css

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

 a { background-color: rgb(132,88,0); }

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

border-color css

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

 span { border-color: rgb(132,88,0); }

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