Html Css Color HEX #825312 Raw Umber

📋 copy color: '#825312'

red 130 ◦ green 83 ◦ blue 18

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

Shades of Raw Umber #825312

Tints of Raw Umber #825312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 56.28%
G = 35.93%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#825312 (or 0x825312) is known color: Raw Umber. HEX triplet: 82, 53 and 12. RGB value is (130,83,18). Sum of RGB (Red+Green+Blue) = 130+83+18=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #825312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825312 is #7DACED. Grayscale: #595959. Windows color (decimal): -8236270 or 1201026. OLE color: 1201026.

HSL color Cylindrical-coordinate representation of color #825312: hue angle of 34.82º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #825312 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 18 -
CMYK 0 0.36 0.86 0.49
HSL 34.82º 0.76% 0.29% -
HSV(B) 34.82º 0.86% 0.51% -
XYZ 12.41 10.98 2.04 -
YUV 89.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 130 83 18 0 0.36 0.86 0.49 34.82 0.76 0.29
Hex 82 53 12 0 24 56 31 23 4C 1D
Octal 202 123 22 0 44 126 61 43 114 35
Binary 10000010 1010011 10010 0 100100 1010110 110001 100011 1001100 11101

Color Harmonies of #825312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825312

Black with #825312

Text Example


Text Example

White with #825312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825312; }

 p { color: rgb(130,83,18); }

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

background-color css

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

 a { background-color: rgb(130,83,18); }

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

border-color css

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

 span { border-color: rgb(130,83,18); }

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