Html Css Color HEX #825702 Raw Umber

📋 copy color: '#825702'

red 130 ◦ green 87 ◦ blue 2

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

Shades of Raw Umber #825702

Tints of Raw Umber #825702

RGB

 RED value IS 130 (51.17% from 255) = 59.36%

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

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

R = 59.36%
G = 39.73%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#825702 (or 0x825702) is known color: Raw Umber. HEX triplet: 82, 57 and 02. RGB value is (130,87,2). Sum of RGB (Red+Green+Blue) = 130+87+2=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #825702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825702 is #7DA8FD. Grayscale: #5A5A5A. Windows color (decimal): -8235262 or 153474. OLE color: 153474.

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

Color convert

RGB 130 87 2 -
CMYK 0 0.33 0.98 0.49
HSL 39.84º 0.97% 0.26% -
HSV(B) 39.84º 0.98% 0.51% -
XYZ 12.63 11.57 1.62 -
YUV 90.17 78.25 156.41 -
System Red Green Blue C M Y K H S L
Decimal 130 87 2 0 0.33 0.98 0.49 39.84 0.97 0.26
Hex 82 57 2 0 21 62 31 28 61 1A
Octal 202 127 2 0 41 142 61 50 141 32
Binary 10000010 1010111 10 0 100001 1100010 110001 101000 1100001 11010

Color Harmonies of #825702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825702

Black with #825702

Text Example


Text Example

White with #825702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825702; }

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

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

background-color css

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

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

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

border-color css

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

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

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