#7B300A

Color #7B300A Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #7B300A

Tints of Peru Tan #7B300A

Color information

#7B300A (or 0x7B300A) is unknown color: approx Peru Tan. HEX triplet: 7B, 30 and 0A. RGB value is (123,48,10). Sum of RGB (Red+Green+Blue) = 123+48+10=181 (23% of max value = 765). Red value is 123 (48.44% from 255 or 67.96% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 123 - color contains mainly: red. Hex color #7B300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B300A is #84CFF5. Grayscale: #424242. Windows color (decimal): -8703990 or 667771. OLE color: 667771.

HSL color Cylindrical-coordinate representation of color #7B300A: hue angle of 20.18º 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 #7B300A is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB1234810-
CMYK00.610.920.52
HSL20.18º84.96%26.08%-
HSV(B)20.18º91.87%48.24%-
XYZ9.286.351.02-
YUV66.0996.35168.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 67.96%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=67.96%
G=26.52%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123481000.610.920.5220.1884.9626.08
Hex7B30A03D5C3414551a
Octal1736012075134642412532
Binary111101111000010100111101101110011010010100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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