Html Css Color HEX #845702 Raw Umber

📋 copy color: '#845702'

red 132 ◦ green 87 ◦ blue 2

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

Shades of Raw Umber #845702

Tints of Raw Umber #845702

RGB

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

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

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

R = 59.73%
G = 39.37%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#845702 (or 0x845702) is known color: Raw Umber. HEX triplet: 84, 57 and 02. RGB value is (132,87,2). Sum of RGB (Red+Green+Blue) = 132+87+2=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #845702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845702 is #7BA8FD. Grayscale: #5B5B5B. Windows color (decimal): -8104190 or 153476. OLE color: 153476.

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

Color convert

RGB 132 87 2 -
CMYK 0 0.34 0.98 0.48
HSL 39.23º 0.97% 0.26% -
HSV(B) 39.23º 0.98% 0.52% -
XYZ 12.93 11.73 1.64 -
YUV 90.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 132 87 2 0 0.34 0.98 0.48 39.23 0.97 0.26
Hex 84 57 2 0 22 62 30 27 61 1A
Octal 204 127 2 0 42 142 60 47 141 32
Binary 10000100 1010111 10 0 100010 1100010 110000 100111 1100001 11010

Color Harmonies of #845702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845702

Black with #845702

Text Example


Text Example

White with #845702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845702; }

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

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

background-color css

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

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

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

border-color css

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

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

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