Html Css Color HEX #845600 Raw Umber

📋 copy color: '#845600'

red 132 ◦ green 86 ◦ blue 0

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

Shades of Raw Umber #845600

Tints of Raw Umber #845600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.45%

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

R = 60.55%
G = 39.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#845600 (or 0x845600) is known color: Raw Umber. HEX triplet: 84, 56 and 00. RGB value is (132,86,0). Sum of RGB (Red+Green+Blue) = 132+86+0=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #845600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845600 is #7BA9FF. Grayscale: #5A5A5A. Windows color (decimal): -8104448 or 22148. OLE color: 22148.

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

Color convert

RGB 132 86 0 -
CMYK 0 0.35 1 0.48
HSL 39.09º 1% 0.26% -
HSV(B) 39.09º 1% 0.52% -
XYZ 12.84 11.56 1.55 -
YUV 89.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 132 86 0 0 0.35 1 0.48 39.09 1 0.26
Hex 84 56 0 0 23 64 30 27 64 1A
Octal 204 126 0 0 43 144 60 47 144 32
Binary 10000100 1010110 0 0 100011 1100100 110000 100111 1100100 11010

Color Harmonies of #845600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845600

Black with #845600

Text Example


Text Example

White with #845600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845600; }

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

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

background-color css

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

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

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

border-color css

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

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

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