Html Css Color HEX #752E14 Peru Tan

📋 copy color: '#752E14'

red 117 ◦ green 46 ◦ blue 20

#752E14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #752E14

Tints of Peru Tan #752E14

RGB

 RED value IS 117 (46.09% from 255) = 63.93%

 GREEN value IS 46 (18.36% from 255) = 25.14%

 BLUE value IS 20 (8.2% from 255) = 10.93%

R = 63.93%
G = 25.14%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#752E14 (or 0x752E14) is known color: Peru Tan. HEX triplet: 75, 2E and 14. RGB value is (117,46,20). Sum of RGB (Red+Green+Blue) = 117+46+20=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #752E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E14 is #8AD1EB. Grayscale: #404040. Windows color (decimal): -9097708 or 1322613. OLE color: 1322613.

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

Color convert

RGB 117 46 20 -
CMYK 0 0.61 0.83 0.54
HSL 16.08º 0.71% 0.27% -
HSV(B) 16.08º 0.83% 0.46% -
XYZ 8.44 5.79 1.33 -
YUV 64.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 117 46 20 0 0.61 0.83 0.54 16.08 0.71 0.27
Hex 75 2E 14 0 3D 53 36 10 47 1B
Octal 165 56 24 0 75 123 66 20 107 33
Binary 1110101 101110 10100 0 111101 1010011 110110 10000 1000111 11011

Color Harmonies of #752E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E14

Black with #752E14

Text Example


Text Example

White with #752E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #752E14;
 }
 .AnyTagClassName
 {
   color: #752E14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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