#7B300C

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

Shades of Peru Tan #7B300C

Tints of Peru Tan #7B300C

Color information

#7B300C (or 0x7B300C) is unknown color: approx Peru Tan. HEX triplet: 7B, 30 and 0C. RGB value is (123,48,12). Sum of RGB (Red+Green+Blue) = 123+48+12=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B300C is #84CFF3. Grayscale: #424242. Windows color (decimal): -8703988 or 798843. OLE color: 798843.

HSL color Cylindrical-coordinate representation of color #7B300C: hue angle of 19.46º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B300C is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1234812-
CMYK00.610.900.52
HSL19.46º82.22%26.47%-
HSV(B)19.46º90.24%48.24%-
XYZ9.296.351.08-
YUV66.3297.35168.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 67.21%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=67.21%
G=26.23%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123481200.610.900.5219.4682.2226.47
Hex7B30C03D5A3413521a
Octal1736014075132642312232
Binary111101111000011000111101101101011010010011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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