Html Css Color HEX #752E15 Peru Tan

📋 copy color: '#752E15'

red 117 ◦ green 46 ◦ blue 21

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

Shades of Peru Tan #752E15

Tints of Peru Tan #752E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 63.59%
G = 25%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#752E15 (or 0x752E15) is known color: Peru Tan. HEX triplet: 75, 2E and 15. RGB value is (117,46,21). Sum of RGB (Red+Green+Blue) = 117+46+21=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #752E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E15 is #8AD1EA. Grayscale: #404040. Windows color (decimal): -9097707 or 1388149. OLE color: 1388149.

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

Color convert

RGB 117 46 21 -
CMYK 0 0.61 0.82 0.54
HSL 15.63º 0.7% 0.27% -
HSV(B) 15.63º 0.82% 0.46% -
XYZ 8.45 5.79 1.38 -
YUV 64.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 117 46 21 0 0.61 0.82 0.54 15.63 0.7 0.27
Hex 75 2E 15 0 3D 52 36 10 46 1B
Octal 165 56 25 0 75 122 66 20 106 33
Binary 1110101 101110 10101 0 111101 1010010 110110 10000 1000110 11011

Color Harmonies of #752E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E15

Black with #752E15

Text Example


Text Example

White with #752E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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