#825314

Color #825314 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #825314

Tints of Raw Umber #825314

Color information

#825314 (or 0x825314) is unknown color: approx Raw Umber. HEX triplet: 82, 53 and 14. RGB value is (130,83,20). Sum of RGB (Red+Green+Blue) = 130+83+20=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #825314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825314 is #7DACEB. Grayscale: #5A5A5A. Windows color (decimal): -8236268 or 1332098. OLE color: 1332098.

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

Color convert

RGB1308320-
CMYK00.360.850.49
HSL34.36º73.33%29.41%-
HSV(B)34.36º84.62%50.98%-
XYZ12.4310.982.13-
YUV89.8788.57156.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.79%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=55.79%
G=35.62%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130832000.360.850.4934.3673.3329.41
Hex825314024553122491d
Octal20212324044125614211135
Binary1000001010100111010001001001010101110001100010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825314; }

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

 H1.HeaderClassName
 {
   color: #825314;
 }
 .AnyTagClassName
 {
   color: #825314;
 }
</style>
background-color css

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

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

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

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

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

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