Html Css Color HEX #752F16 Peru Tan

📋 copy color: '#752F16'

red 117 ◦ green 47 ◦ blue 22

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

Shades of Peru Tan #752F16

Tints of Peru Tan #752F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.83%

R = 62.9%
G = 25.27%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#752F16 (or 0x752F16) is known color: Peru Tan. HEX triplet: 75, 2F and 16. RGB value is (117,47,22). Sum of RGB (Red+Green+Blue) = 117+47+22=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #752F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F16 is #8AD0E9. Grayscale: #414141. Windows color (decimal): -9097450 or 1453941. OLE color: 1453941.

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

Color convert

RGB 117 47 22 -
CMYK 0 0.60 0.81 0.54
HSL 15.79º 0.68% 0.27% -
HSV(B) 15.79º 0.81% 0.46% -
XYZ 8.5 5.87 1.44 -
YUV 65.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 117 47 22 0 0.60 0.81 0.54 15.79 0.68 0.27
Hex 75 2F 16 0 3C 51 36 10 44 1B
Octal 165 57 26 0 74 121 66 20 104 33
Binary 1110101 101111 10110 0 111100 1010001 110110 10000 1000100 11011

Color Harmonies of #752F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F16

Black with #752F16

Text Example


Text Example

White with #752F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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