#7A3E01

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

Shades of Raw Umber #7A3E01

Tints of Raw Umber #7A3E01

Color information

#7A3E01 (or 0x7A3E01) is unknown color: approx Raw Umber. HEX triplet: 7A, 3E and 01. RGB value is (122,62,1). Sum of RGB (Red+Green+Blue) = 122+62+1=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3E01 is #85C1FE. Grayscale: #494949. Windows color (decimal): -8765951 or 81530. OLE color: 81530.

HSL color Cylindrical-coordinate representation of color #7A3E01: hue angle of 30.25º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A3E01 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB122621-
CMYK00.490.990.52
HSL30.25º98.37%24.12%-
HSV(B)30.25º99.18%47.84%-
XYZ9.757.590.98-
YUV72.9987.38162.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.95%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=65.95%
G=33.51%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12262100.490.990.5230.2598.3724.12
Hex7A3E103163341e6218
Octal172761061143643614230
Binary111101011111010110001110001111010011110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,62,1); }

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

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

 a { background-color: rgb(122,62,1); }

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

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

 span { border-color: rgb(122,62,1); }

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