Html Css Color HEX #825214 Raw Umber

📋 copy color: '#825214'

red 130 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #825214

Tints of Raw Umber #825214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 56.03%
G = 35.34%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#825214 (or 0x825214) is known color: Raw Umber. HEX triplet: 82, 52 and 14. RGB value is (130,82,20). Sum of RGB (Red+Green+Blue) = 130+82+20=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #825214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825214 is #7DADEB. Grayscale: #595959. Windows color (decimal): -8236524 or 1331842. OLE color: 1331842.

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

Color convert

RGB 130 82 20 -
CMYK 0 0.37 0.85 0.49
HSL 33.82º 0.73% 0.29% -
HSV(B) 33.82º 0.85% 0.51% -
XYZ 12.35 10.83 2.1 -
YUV 89.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 130 82 20 0 0.37 0.85 0.49 33.82 0.73 0.29
Hex 82 52 14 0 25 55 31 22 49 1D
Octal 202 122 24 0 45 125 61 42 111 35
Binary 10000010 1010010 10100 0 100101 1010101 110001 100010 1001001 11101

Color Harmonies of #825214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825214

Black with #825214

Text Example


Text Example

White with #825214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825214; }

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

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

background-color css

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

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

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

border-color css

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

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

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