#7A5105

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

Shades of Raw Umber #7A5105

Tints of Raw Umber #7A5105

Color information

#7A5105 (or 0x7A5105) is unknown color: approx Raw Umber. HEX triplet: 7A, 51 and 05. RGB value is (122,81,5). Sum of RGB (Red+Green+Blue) = 122+81+5=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5105 is #85AEFA. Grayscale: #545454. Windows color (decimal): -8761083 or 348538. OLE color: 348538.

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

Color convert

RGB122815-
CMYK00.340.960.52
HSL38.97º92.13%24.9%-
HSV(B)38.97º95.9%47.84%-
XYZ1110.031.5-
YUV84.683.08154.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.65%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 5 (2.34% from 255) = 2.40%
R=58.65%
G=38.94%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12281500.340.960.5238.9792.1324.9
Hex7A5150226034275c19
Octal1721215042140644713431
Binary1111010101000110101000101100000110100100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,81,5); }

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

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

 a { background-color: rgb(122,81,5); }

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

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

 span { border-color: rgb(122,81,5); }

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