Html Css Color HEX #752F15 Peru Tan

📋 copy color: '#752F15'

red 117 ◦ green 47 ◦ blue 21

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

Shades of Peru Tan #752F15

Tints of Peru Tan #752F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.41%

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

R = 63.24%
G = 25.41%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#752F15 (or 0x752F15) is known color: Peru Tan. HEX triplet: 75, 2F and 15. RGB value is (117,47,21). Sum of RGB (Red+Green+Blue) = 117+47+21=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #752F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F15 is #8AD0EA. Grayscale: #414141. Windows color (decimal): -9097451 or 1388405. OLE color: 1388405.

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

Color convert

RGB 117 47 21 -
CMYK 0 0.60 0.82 0.54
HSL 16.25º 0.7% 0.27% -
HSV(B) 16.25º 0.82% 0.46% -
XYZ 8.49 5.87 1.39 -
YUV 64.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 117 47 21 0 0.60 0.82 0.54 16.25 0.7 0.27
Hex 75 2F 15 0 3C 52 36 10 46 1B
Octal 165 57 25 0 74 122 66 20 106 33
Binary 1110101 101111 10101 0 111100 1010010 110110 10000 1000110 11011

Color Harmonies of #752F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F15

Black with #752F15

Text Example


Text Example

White with #752F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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