Html Css Color HEX #825212 Raw Umber

📋 copy color: '#825212'

red 130 ◦ green 82 ◦ blue 18

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

Shades of Raw Umber #825212

Tints of Raw Umber #825212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.83%

R = 56.52%
G = 35.65%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#825212 (or 0x825212) is known color: Raw Umber. HEX triplet: 82, 52 and 12. RGB value is (130,82,18). Sum of RGB (Red+Green+Blue) = 130+82+18=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #825212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825212 is #7DADED. Grayscale: #595959. Windows color (decimal): -8236526 or 1200770. OLE color: 1200770.

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

Color convert

RGB 130 82 18 -
CMYK 0 0.37 0.86 0.49
HSL 34.29º 0.76% 0.29% -
HSV(B) 34.29º 0.86% 0.51% -
XYZ 12.33 10.82 2.01 -
YUV 89.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 130 82 18 0 0.37 0.86 0.49 34.29 0.76 0.29
Hex 82 52 12 0 25 56 31 22 4C 1D
Octal 202 122 22 0 45 126 61 42 114 35
Binary 10000010 1010010 10010 0 100101 1010110 110001 100010 1001100 11101

Color Harmonies of #825212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825212

Black with #825212

Text Example


Text Example

White with #825212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825212; }

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

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

background-color css

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

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

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

border-color css

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

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

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