#7A3B06

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

Shades of Raw Umber #7A3B06

Tints of Raw Umber #7A3B06

Color information

#7A3B06 (or 0x7A3B06) is unknown color: approx Raw Umber. HEX triplet: 7A, 3B and 06. RGB value is (122,59,6). Sum of RGB (Red+Green+Blue) = 122+59+6=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3B06 is #85C4F9. Grayscale: #484848. Windows color (decimal): -8766714 or 408442. OLE color: 408442.

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

Color convert

RGB122596-
CMYK00.520.950.52
HSL27.41º90.62%25.1%-
HSV(B)27.41º95.08%47.84%-
XYZ9.627.281.07-
YUV71.7990.87163.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.24%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 6 (2.73% from 255) = 3.21%
R=65.24%
G=31.55%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12259600.520.950.5227.4190.6225.1
Hex7A3B60345F341b5b19
Octal172736064137643313331
Binary11110101110111100110100101111111010011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,59,6); }

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

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

 a { background-color: rgb(122,59,6); }

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

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

 span { border-color: rgb(122,59,6); }

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