#7B480A

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

Shades of Raw Umber #7B480A

Tints of Raw Umber #7B480A

Color information

#7B480A (or 0x7B480A) is unknown color: approx Raw Umber. HEX triplet: 7B, 48 and 0A. RGB value is (123,72,10). Sum of RGB (Red+Green+Blue) = 123+72+10=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B480A is #84B7F5. Grayscale: #505050. Windows color (decimal): -8697846 or 673915. OLE color: 673915.

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

Color convert

RGB1237210-
CMYK00.410.920.52
HSL32.92º84.96%26.08%-
HSV(B)32.92º91.87%48.24%-
XYZ10.548.871.44-
YUV80.1888.4158.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=60%
G=35.12%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123721000.410.920.5232.9284.9626.08
Hex7B48A0295C3421551a
Octal17311012051134644112532
Binary11110111001000101001010011011100110100100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,72,10); }

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

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

 a { background-color: rgb(123,72,10); }

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

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

 span { border-color: rgb(123,72,10); }

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