Html Css Color HEX #752F14 Peru Tan

📋 copy color: '#752F14'

red 117 ◦ green 47 ◦ blue 20

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

Shades of Peru Tan #752F14

Tints of Peru Tan #752F14

RGB

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

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

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

R = 63.59%
G = 25.54%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#752F14 (or 0x752F14) is known color: Peru Tan. HEX triplet: 75, 2F and 14. RGB value is (117,47,20). Sum of RGB (Red+Green+Blue) = 117+47+20=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #752F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F14 is #8AD0EB. Grayscale: #414141. Windows color (decimal): -9097452 or 1322869. OLE color: 1322869.

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

Color convert

RGB 117 47 20 -
CMYK 0 0.60 0.83 0.54
HSL 16.7º 0.71% 0.27% -
HSV(B) 16.7º 0.83% 0.46% -
XYZ 8.48 5.87 1.35 -
YUV 64.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 117 47 20 0 0.60 0.83 0.54 16.7 0.71 0.27
Hex 75 2F 14 0 3C 53 36 11 47 1B
Octal 165 57 24 0 74 123 66 21 107 33
Binary 1110101 101111 10100 0 111100 1010011 110110 10001 1000111 11011

Color Harmonies of #752F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F14

Black with #752F14

Text Example


Text Example

White with #752F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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