#825C0C

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

Shades of Raw Umber #825C0C

Tints of Raw Umber #825C0C

Color information

#825C0C (or 0x825C0C) is unknown color: approx Raw Umber. HEX triplet: 82, 5C and 0C. RGB value is (130,92,12). Sum of RGB (Red+Green+Blue) = 130+92+12=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #825C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C0C is #7DA3F3. Grayscale: #5E5E5E. Windows color (decimal): -8233972 or 810114. OLE color: 810114.

HSL color Cylindrical-coordinate representation of color #825C0C: hue angle of 40.68º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #825C0C is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1309212-
CMYK00.290.910.49
HSL40.68º83.1%27.84%-
HSV(B)40.68º90.77%50.98%-
XYZ13.112.432.06-
YUV94.2481.59153.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=55.56%
G=39.32%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130921200.290.910.4940.6883.127.84
Hex825CC01D5B3129531c
Octal20213414035133615112334
Binary10000010101110011000111011011011110001101001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825C0C; }

 p { color: rgb(130,92,12); }

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

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

 a { background-color: rgb(130,92,12); }

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

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

 span { border-color: rgb(130,92,12); }

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