Html Css Color HEX #845602 Raw Umber

📋 copy color: '#845602'

red 132 ◦ green 86 ◦ blue 2

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

Shades of Raw Umber #845602

Tints of Raw Umber #845602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 60%
G = 39.09%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#845602 (or 0x845602) is known color: Raw Umber. HEX triplet: 84, 56 and 02. RGB value is (132,86,2). Sum of RGB (Red+Green+Blue) = 132+86+2=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #845602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845602 is #7BA9FD. Grayscale: #5A5A5A. Windows color (decimal): -8104446 or 153220. OLE color: 153220.

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

Color convert

RGB 132 86 2 -
CMYK 0 0.35 0.98 0.48
HSL 38.77º 0.97% 0.26% -
HSV(B) 38.77º 0.98% 0.52% -
XYZ 12.85 11.57 1.61 -
YUV 90.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 132 86 2 0 0.35 0.98 0.48 38.77 0.97 0.26
Hex 84 56 2 0 23 62 30 27 61 1A
Octal 204 126 2 0 43 142 60 47 141 32
Binary 10000100 1010110 10 0 100011 1100010 110000 100111 1100001 11010

Color Harmonies of #845602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845602

Black with #845602

Text Example


Text Example

White with #845602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845602; }

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

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

background-color css

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

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

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

border-color css

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

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

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