Html Css Color HEX #825310 Raw Umber

📋 copy color: '#825310'

red 130 ◦ green 83 ◦ blue 16

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

Shades of Raw Umber #825310

Tints of Raw Umber #825310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 56.77%
G = 36.24%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#825310 (or 0x825310) is known color: Raw Umber. HEX triplet: 82, 53 and 10. RGB value is (130,83,16). Sum of RGB (Red+Green+Blue) = 130+83+16=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #825310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825310 is #7DACEF. Grayscale: #595959. Windows color (decimal): -8236272 or 1069954. OLE color: 1069954.

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

Color convert

RGB 130 83 16 -
CMYK 0 0.36 0.88 0.49
HSL 35.26º 0.78% 0.29% -
HSV(B) 35.26º 0.88% 0.51% -
XYZ 12.39 10.97 1.95 -
YUV 89.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 130 83 16 0 0.36 0.88 0.49 35.26 0.78 0.29
Hex 82 53 10 0 24 58 31 23 4E 1D
Octal 202 123 20 0 44 130 61 43 116 35
Binary 10000010 1010011 10000 0 100100 1011000 110001 100011 1001110 11101

Color Harmonies of #825310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825310

Black with #825310

Text Example


Text Example

White with #825310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825310; }

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

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

background-color css

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

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

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

border-color css

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

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

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