Html Css Color HEX #845700 Raw Umber

📋 copy color: '#845700'

red 132 ◦ green 87 ◦ blue 0

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

Shades of Raw Umber #845700

Tints of Raw Umber #845700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.73%

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

R = 60.27%
G = 39.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#845700 (or 0x845700) is known color: Raw Umber. HEX triplet: 84, 57 and 00. RGB value is (132,87,0). Sum of RGB (Red+Green+Blue) = 132+87+0=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #845700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845700 is #7BA8FF. Grayscale: #5A5A5A. Windows color (decimal): -8104192 or 22404. OLE color: 22404.

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

Color convert

RGB 132 87 0 -
CMYK 0 0.34 1 0.48
HSL 39.55º 1% 0.26% -
HSV(B) 39.55º 1% 0.52% -
XYZ 12.92 11.72 1.58 -
YUV 90.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 132 87 0 0 0.34 1 0.48 39.55 1 0.26
Hex 84 57 0 0 22 64 30 28 64 1A
Octal 204 127 0 0 42 144 60 50 144 32
Binary 10000100 1010111 0 0 100010 1100100 110000 101000 1100100 11010

Color Harmonies of #845700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845700

Black with #845700

Text Example


Text Example

White with #845700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845700; }

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

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

background-color css

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

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

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

border-color css

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

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

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