#752F0B

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

Shades of Peru Tan #752F0B

Tints of Peru Tan #752F0B

Color information

#752F0B (or 0x752F0B) is unknown color: approx Peru Tan. HEX triplet: 75, 2F and 0B. RGB value is (117,47,11). Sum of RGB (Red+Green+Blue) = 117+47+11=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #752F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F0B is #8AD0F4. Grayscale: #404040. Windows color (decimal): -9097461 or 733045. OLE color: 733045.

HSL color Cylindrical-coordinate representation of color #752F0B: hue angle of 20.38º 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 #752F0B is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1174711-
CMYK00.600.910.54
HSL20.38º82.81%25.1%-
HSV(B)20.38º90.6%45.88%-
XYZ8.415.841-
YUV63.8398.19165.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 11 (4.69% from 255) = 6.29%
R=66.86%
G=26.86%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117471100.600.910.5420.3882.8125.1
Hex752FB03C5B36145319
Octal1655713074133662412331
Binary111010110111110110111100101101111011010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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