#7A5311

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

Shades of Raw Umber #7A5311

Tints of Raw Umber #7A5311

Color information

#7A5311 (or 0x7A5311) is unknown color: approx Raw Umber. HEX triplet: 7A, 53 and 11. RGB value is (122,83,17). Sum of RGB (Red+Green+Blue) = 122+83+17=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5311 is #85ACEE. Grayscale: #575757. Windows color (decimal): -8760559 or 1135482. OLE color: 1135482.

HSL color Cylindrical-coordinate representation of color #7A5311: hue angle of 37.71º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A5311 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1228317-
CMYK00.320.860.52
HSL37.71º75.54%27.25%-
HSV(B)37.71º86.07%47.84%-
XYZ11.2210.361.94-
YUV87.1488.42152.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.95%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 17 (7.03% from 255) = 7.66%
R=54.95%
G=37.39%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122831700.320.860.5237.7175.5427.25
Hex7A53110205634264c1b
Octal17212321040126644611433
Binary111101010100111000101000001010110110100100110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,83,17); }

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

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

 a { background-color: rgb(122,83,17); }

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

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

 span { border-color: rgb(122,83,17); }

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