#752D0B

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

Shades of Peru Tan #752D0B

Tints of Peru Tan #752D0B

Color information

#752D0B (or 0x752D0B) is unknown color: approx Peru Tan. HEX triplet: 75, 2D and 0B. RGB value is (117,45,11). Sum of RGB (Red+Green+Blue) = 117+45+11=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D0B is #8AD2F4. Grayscale: #3E3E3E. Windows color (decimal): -9097973 or 732533. OLE color: 732533.

HSL color Cylindrical-coordinate representation of color #752D0B: hue angle of 19.25º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #752D0B is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1174511-
CMYK00.620.910.54
HSL19.25º82.81%25.1%-
HSV(B)19.25º90.6%45.88%-
XYZ8.335.680.97-
YUV62.6598.85166.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=67.63%
G=26.01%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117451100.620.910.5419.2582.8125.1
Hex752DB03E5B36135319
Octal1655513076133662312331
Binary111010110110110110111110101101111011010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752D0B; }

 p { color: rgb(117,45,11); }

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

<style>
 a { background-color: #752D0B; }

 a { background-color: rgb(117,45,11); }

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

<style>
 span { border-color: #752D0B; }

 span { border-color: rgb(117,45,11); }

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