#7A530B

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

Shades of Raw Umber #7A530B

Tints of Raw Umber #7A530B

Color information

#7A530B (or 0x7A530B) is unknown color: approx Raw Umber. HEX triplet: 7A, 53 and 0B. RGB value is (122,83,11). Sum of RGB (Red+Green+Blue) = 122+83+11=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A530B is #85ACF4. Grayscale: #565656. Windows color (decimal): -8760565 or 742266. OLE color: 742266.

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

Color convert

RGB1228311-
CMYK00.320.910.52
HSL38.92º83.46%26.08%-
HSV(B)38.92º90.98%47.84%-
XYZ11.1810.351.72-
YUV86.4585.42153.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.48%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=56.48%
G=38.43%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122831100.320.910.5238.9283.4626.08
Hex7A53B0205B3427531a
Octal17212313040133644712332
Binary11110101010011101101000001011011110100100111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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