#753A0D

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

Shades of Peru Tan #753A0D

Tints of Peru Tan #753A0D

Color information

#753A0D (or 0x753A0D) is unknown color: approx Peru Tan. HEX triplet: 75, 3A and 0D. RGB value is (117,58,13). Sum of RGB (Red+Green+Blue) = 117+58+13=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #753A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A0D is #8AC5F2. Grayscale: #464646. Windows color (decimal): -9094643 or 866933. OLE color: 866933.

HSL color Cylindrical-coordinate representation of color #753A0D: hue angle of 25.96º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #753A0D is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1175813-
CMYK00.500.890.54
HSL25.96º80%25.49%-
HSV(B)25.96º88.89%45.88%-
XYZ8.926.841.23-
YUV70.5195.55161.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=62.23%
G=30.85%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117581300.500.890.5425.968025.49
Hex753AD03259361a5019
Octal1657215062131663212031
Binary111010111101011010110010101100111011011010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A0D; }

 p { color: rgb(117,58,13); }

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

<style>
 a { background-color: #753A0D; }

 a { background-color: rgb(117,58,13); }

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

<style>
 span { border-color: #753A0D; }

 span { border-color: rgb(117,58,13); }

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