Html Css Color HEX #825206 Raw Umber

📋 copy color: '#825206'

red 130 ◦ green 82 ◦ blue 6

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

Shades of Raw Umber #825206

Tints of Raw Umber #825206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 59.63%
G = 37.61%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#825206 (or 0x825206) is known color: Raw Umber. HEX triplet: 82, 52 and 06. RGB value is (130,82,6). Sum of RGB (Red+Green+Blue) = 130+82+6=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #825206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825206 is #7DADF9. Grayscale: #585858. Windows color (decimal): -8236538 or 414338. OLE color: 414338.

HSL color Cylindrical-coordinate representation of color #825206: hue angle of 36.77º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #825206 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 6 -
CMYK 0 0.37 0.95 0.49
HSL 36.77º 0.91% 0.27% -
HSV(B) 36.77º 0.95% 0.51% -
XYZ 12.26 10.79 1.61 -
YUV 87.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 130 82 6 0 0.37 0.95 0.49 36.77 0.91 0.27
Hex 82 52 6 0 25 5F 31 25 5B 1B
Octal 202 122 6 0 45 137 61 45 133 33
Binary 10000010 1010010 110 0 100101 1011111 110001 100101 1011011 11011

Color Harmonies of #825206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825206

Black with #825206

Text Example


Text Example

White with #825206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825206; }

 p { color: rgb(130,82,6); }

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

background-color css

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

 a { background-color: rgb(130,82,6); }

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

border-color css

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

 span { border-color: rgb(130,82,6); }

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