Html Css Color HEX #825100 Raw Umber

📋 copy color: '#825100'

red 130 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #825100

Tints of Raw Umber #825100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

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

R = 61.61%
G = 38.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#825100 (or 0x825100) is known color: Raw Umber. HEX triplet: 82, 51 and 00. RGB value is (130,81,0). Sum of RGB (Red+Green+Blue) = 130+81+0=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #825100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825100 is #7DAEFF. Grayscale: #565656. Windows color (decimal): -8236800 or 20866. OLE color: 20866.

HSL color Cylindrical-coordinate representation of color #825100: hue angle of 37.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #825100 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 0 -
CMYK 0 0.38 1 0.49
HSL 37.38º 1% 0.25% -
HSV(B) 37.38º 1% 0.51% -
XYZ 12.15 10.63 1.41 -
YUV 86.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 130 81 0 0 0.38 1 0.49 37.38 1 0.25
Hex 82 51 0 0 26 64 31 25 64 19
Octal 202 121 0 0 46 144 61 45 144 31
Binary 10000010 1010001 0 0 100110 1100100 110001 100101 1100100 11001

Color Harmonies of #825100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825100

Black with #825100

Text Example


Text Example

White with #825100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825100; }

 p { color: rgb(130,81,0); }

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

background-color css

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

 a { background-color: rgb(130,81,0); }

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

border-color css

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

 span { border-color: rgb(130,81,0); }

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