#752E0B

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

Shades of Peru Tan #752E0B

Tints of Peru Tan #752E0B

Color information

#752E0B (or 0x752E0B) is unknown color: approx Peru Tan. HEX triplet: 75, 2E and 0B. RGB value is (117,46,11). Sum of RGB (Red+Green+Blue) = 117+46+11=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #752E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E0B is #8AD1F4. Grayscale: #3F3F3F. Windows color (decimal): -9097717 or 732789. OLE color: 732789.

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

Color convert

RGB1174611-
CMYK00.610.910.54
HSL19.81º82.81%25.1%-
HSV(B)19.81º90.6%45.88%-
XYZ8.375.760.99-
YUV63.2498.52166.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=67.24%
G=26.44%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117461100.610.910.5419.8182.8125.1
Hex752EB03D5B36145319
Octal1655613075133662412331
Binary111010110111010110111101101101111011010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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