Html Css Color HEX #825000 Raw Umber

📋 copy color: '#825000'

red 130 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #825000

Tints of Raw Umber #825000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.1%

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

R = 61.9%
G = 38.1%
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

#825000 (or 0x825000) is known color: Raw Umber. HEX triplet: 82, 50 and 00. RGB value is (130,80,0). Sum of RGB (Red+Green+Blue) = 130+80+0=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #825000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825000 is #7DAFFF. Grayscale: #565656. Windows color (decimal): -8237056 or 20610. OLE color: 20610.

HSL color Cylindrical-coordinate representation of color #825000: hue angle of 36.92º 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 #825000 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 0 -
CMYK 0 0.38 1 0.49
HSL 36.92º 1% 0.25% -
HSV(B) 36.92º 1% 0.51% -
XYZ 12.07 10.48 1.39 -
YUV 85.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 130 80 0 0 0.38 1 0.49 36.92 1 0.25
Hex 82 50 0 0 26 64 31 25 64 19
Octal 202 120 0 0 46 144 61 45 144 31
Binary 10000010 1010000 0 0 100110 1100100 110001 100101 1100100 11001

Color Harmonies of #825000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825000

Black with #825000

Text Example


Text Example

White with #825000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825000; }

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

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

background-color css

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

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

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

border-color css

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

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

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