Html Css Color HEX #825713 Raw Umber

📋 copy color: '#825713'

red 130 ◦ green 87 ◦ blue 19

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

Shades of Raw Umber #825713

Tints of Raw Umber #825713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

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

R = 55.08%
G = 36.86%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#825713 (or 0x825713) is known color: Raw Umber. HEX triplet: 82, 57 and 13. RGB value is (130,87,19). Sum of RGB (Red+Green+Blue) = 130+87+19=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #825713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825713 is #7DA8EC. Grayscale: #5C5C5C. Windows color (decimal): -8235245 or 1267586. OLE color: 1267586.

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

Color convert

RGB 130 87 19 -
CMYK 0 0.33 0.85 0.49
HSL 36.76º 0.74% 0.29% -
HSV(B) 36.76º 0.85% 0.51% -
XYZ 12.73 11.61 2.19 -
YUV 92.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 130 87 19 0 0.33 0.85 0.49 36.76 0.74 0.29
Hex 82 57 13 0 21 55 31 25 4A 1D
Octal 202 127 23 0 41 125 61 45 112 35
Binary 10000010 1010111 10011 0 100001 1010101 110001 100101 1001010 11101

Color Harmonies of #825713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825713

Black with #825713

Text Example


Text Example

White with #825713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825713; }

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

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

background-color css

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

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

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

border-color css

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

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

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