Html Css Color HEX #825701 Raw Umber

📋 copy color: '#825701'

red 130 ◦ green 87 ◦ blue 1

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

Shades of Raw Umber #825701

Tints of Raw Umber #825701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 59.63%
G = 39.91%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#825701 (or 0x825701) is known color: Raw Umber. HEX triplet: 82, 57 and 01. RGB value is (130,87,1). Sum of RGB (Red+Green+Blue) = 130+87+1=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #825701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825701 is #7DA8FE. Grayscale: #5A5A5A. Windows color (decimal): -8235263 or 87938. OLE color: 87938.

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

Color convert

RGB 130 87 1 -
CMYK 0 0.33 0.99 0.49
HSL 40º 0.98% 0.26% -
HSV(B) 40º 0.99% 0.51% -
XYZ 12.62 11.56 1.6 -
YUV 90.05 77.75 156.49 -
System Red Green Blue C M Y K H S L
Decimal 130 87 1 0 0.33 0.99 0.49 40 0.98 0.26
Hex 82 57 1 0 21 63 31 28 62 1A
Octal 202 127 1 0 41 143 61 50 142 32
Binary 10000010 1010111 1 0 100001 1100011 110001 101000 1100010 11010

Color Harmonies of #825701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825701

Black with #825701

Text Example


Text Example

White with #825701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825701; }

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

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

background-color css

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

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

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

border-color css

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

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

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