Html Css Color HEX #825013 Raw Umber

📋 copy color: '#825013'

red 130 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #825013

Tints of Raw Umber #825013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

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

R = 56.77%
G = 34.93%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#825013 (or 0x825013) is known color: Raw Umber. HEX triplet: 82, 50 and 13. RGB value is (130,80,19). Sum of RGB (Red+Green+Blue) = 130+80+19=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #825013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825013 is #7DAFEC. Grayscale: #585858. Windows color (decimal): -8237037 or 1265794. OLE color: 1265794.

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

Color convert

RGB 130 80 19 -
CMYK 0 0.38 0.85 0.49
HSL 32.97º 0.74% 0.29% -
HSV(B) 32.97º 0.85% 0.51% -
XYZ 12.19 10.53 2.01 -
YUV 88 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 130 80 19 0 0.38 0.85 0.49 32.97 0.74 0.29
Hex 82 50 13 0 26 55 31 21 4A 1D
Octal 202 120 23 0 46 125 61 41 112 35
Binary 10000010 1010000 10011 0 100110 1010101 110001 100001 1001010 11101

Color Harmonies of #825013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825013

Black with #825013

Text Example


Text Example

White with #825013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825013; }

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

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

background-color css

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

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

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

border-color css

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

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

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