Html Css Color HEX #825416 Raw Umber

📋 copy color: '#825416'

red 130 ◦ green 84 ◦ blue 22

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

Shades of Raw Umber #825416

Tints of Raw Umber #825416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.59%

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 55.08%
G = 35.59%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#825416 (or 0x825416) is known color: Raw Umber. HEX triplet: 82, 54 and 16. RGB value is (130,84,22). Sum of RGB (Red+Green+Blue) = 130+84+22=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #825416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825416 is #7DABE9. Grayscale: #5A5A5A. Windows color (decimal): -8236010 or 1463426. OLE color: 1463426.

HSL color Cylindrical-coordinate representation of color #825416: hue angle of 34.44º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #825416 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 84 22 -
CMYK 0 0.35 0.83 0.49
HSL 34.44º 0.71% 0.3% -
HSV(B) 34.44º 0.83% 0.51% -
XYZ 12.52 11.14 2.25 -
YUV 90.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 130 84 22 0 0.35 0.83 0.49 34.44 0.71 0.3
Hex 82 54 16 0 23 53 31 22 47 1E
Octal 202 124 26 0 43 123 61 42 107 36
Binary 10000010 1010100 10110 0 100011 1010011 110001 100010 1000111 11110

Color Harmonies of #825416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825416

Black with #825416

Text Example


Text Example

White with #825416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825416; }

 p { color: rgb(130,84,22); }

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

background-color css

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

 a { background-color: rgb(130,84,22); }

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

border-color css

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

 span { border-color: rgb(130,84,22); }

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