Html Css Color HEX #825614 Raw Umber

📋 copy color: '#825614'

red 130 ◦ green 86 ◦ blue 20

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

Shades of Raw Umber #825614

Tints of Raw Umber #825614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

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

R = 55.08%
G = 36.44%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#825614 (or 0x825614) is known color: Raw Umber. HEX triplet: 82, 56 and 14. RGB value is (130,86,20). Sum of RGB (Red+Green+Blue) = 130+86+20=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #825614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825614 is #7DA9EB. Grayscale: #5B5B5B. Windows color (decimal): -8235500 or 1332866. OLE color: 1332866.

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

Color convert

RGB 130 86 20 -
CMYK 0 0.34 0.85 0.49
HSL 36º 0.73% 0.29% -
HSV(B) 36º 0.85% 0.51% -
XYZ 12.66 11.45 2.21 -
YUV 91.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 130 86 20 0 0.34 0.85 0.49 36 0.73 0.29
Hex 82 56 14 0 22 55 31 24 49 1D
Octal 202 126 24 0 42 125 61 44 111 35
Binary 10000010 1010110 10100 0 100010 1010101 110001 100100 1001001 11101

Color Harmonies of #825614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825614

Black with #825614

Text Example


Text Example

White with #825614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825614; }

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

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

background-color css

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

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

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

border-color css

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

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

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