#825711

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

Shades of Raw Umber #825711

Tints of Raw Umber #825711

Color information

#825711 (or 0x825711) is unknown color: approx Raw Umber. HEX triplet: 82, 57 and 11. RGB value is (130,87,17). Sum of RGB (Red+Green+Blue) = 130+87+17=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #825711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825711 is #7DA8EE. Grayscale: #5C5C5C. Windows color (decimal): -8235247 or 1136514. OLE color: 1136514.

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

Color convert

RGB1308717-
CMYK00.330.870.49
HSL37.17º76.87%28.82%-
HSV(B)37.17º86.92%50.98%-
XYZ12.7211.62.1-
YUV91.8885.75155.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=55.56%
G=37.18%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130871700.330.870.4937.1776.8728.82
Hex8257110215731254d1d
Octal20212721041127614511535
Binary1000001010101111000101000011010111110001100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825711; }

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

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

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

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

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

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

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

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