Html Css Color HEX #825613 Raw Umber

📋 copy color: '#825613'

red 130 ◦ green 86 ◦ blue 19

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

Shades of Raw Umber #825613

Tints of Raw Umber #825613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.09%

R = 55.32%
G = 36.6%
B = 8.09%

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

#825613 (or 0x825613) is known color: Raw Umber. HEX triplet: 82, 56 and 13. RGB value is (130,86,19). Sum of RGB (Red+Green+Blue) = 130+86+19=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #825613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825613 is #7DA9EC. Grayscale: #5B5B5B. Windows color (decimal): -8235501 or 1267330. OLE color: 1267330.

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

Color convert

RGB 130 86 19 -
CMYK 0 0.34 0.85 0.49
HSL 36.22º 0.74% 0.29% -
HSV(B) 36.22º 0.85% 0.51% -
XYZ 12.65 11.45 2.16 -
YUV 91.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 130 86 19 0 0.34 0.85 0.49 36.22 0.74 0.29
Hex 82 56 13 0 22 55 31 24 4A 1D
Octal 202 126 23 0 42 125 61 44 112 35
Binary 10000010 1010110 10011 0 100010 1010101 110001 100100 1001010 11101

Color Harmonies of #825613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825613

Black with #825613

Text Example


Text Example

White with #825613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825613; }

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

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

background-color css

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

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

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

border-color css

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

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

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