#7B520A

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

Shades of Raw Umber #7B520A

Tints of Raw Umber #7B520A

Color information

#7B520A (or 0x7B520A) is unknown color: approx Raw Umber. HEX triplet: 7B, 52 and 0A. RGB value is (123,82,10). Sum of RGB (Red+Green+Blue) = 123+82+10=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B520A is #84ADF5. Grayscale: #565656. Windows color (decimal): -8695286 or 676475. OLE color: 676475.

HSL color Cylindrical-coordinate representation of color #7B520A: hue angle of 38.23º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B520A is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB1238210-
CMYK00.330.920.52
HSL38.23º84.96%26.08%-
HSV(B)38.23º91.87%48.24%-
XYZ11.2410.271.68-
YUV86.0585.08154.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 57.21%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=57.21%
G=38.14%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123821000.330.920.5238.2384.9626.08
Hex7B52A0215C3426551a
Octal17312212041134644612532
Binary11110111010010101001000011011100110100100110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B520A; }

 p { color: rgb(123,82,10); }

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

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

 a { background-color: rgb(123,82,10); }

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

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

 span { border-color: rgb(123,82,10); }

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