#7A5313

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

Shades of Raw Umber #7A5313

Tints of Raw Umber #7A5313

Color information

#7A5313 (or 0x7A5313) is unknown color: approx Raw Umber. HEX triplet: 7A, 53 and 13. RGB value is (122,83,19). Sum of RGB (Red+Green+Blue) = 122+83+19=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5313 is #85ACEC. Grayscale: #575757. Windows color (decimal): -8760557 or 1266554. OLE color: 1266554.

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

Color convert

RGB1228319-
CMYK00.320.840.52
HSL37.28º73.05%27.65%-
HSV(B)37.28º84.43%47.84%-
XYZ11.2410.372.03-
YUV87.3689.42152.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.46%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 19 (7.81% from 255) = 8.48%
R=54.46%
G=37.05%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122831900.320.840.5237.2873.0527.65
Hex7A5313020543425491c
Octal17212323040124644511134
Binary111101010100111001101000001010100110100100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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