#75361B

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

Shades of Peru Tan #75361B

Tints of Peru Tan #75361B

Color information

#75361B (or 0x75361B) is unknown color: approx Peru Tan. HEX triplet: 75, 36 and 1B. RGB value is (117,54,27). Sum of RGB (Red+Green+Blue) = 117+54+27=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75361B is #8AC9E4. Grayscale: #454545. Windows color (decimal): -9095653 or 1783413. OLE color: 1783413.

HSL color Cylindrical-coordinate representation of color #75361B: hue angle of 18º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75361B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1175427-
CMYK00.540.770.54
HSL18º62.5%28.24%-
HSV(B)18º76.92%45.88%-
XYZ8.856.51.82-
YUV69.76103.87161.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=59.09%
G=27.27%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117542700.540.770.541862.528.24
Hex75361B0364D36123e1c
Octal165663306611566227634
Binary111010111011011011011011010011011101101001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75361B; }

 p { color: rgb(117,54,27); }

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

<style>
 a { background-color: #75361B; }

 a { background-color: rgb(117,54,27); }

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

<style>
 span { border-color: #75361B; }

 span { border-color: rgb(117,54,27); }

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