Html Css Color HEX #752809 Peru Tan

📋 copy color: '#752809'

red 117 ◦ green 40 ◦ blue 9

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

Shades of Peru Tan #752809

Tints of Peru Tan #752809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.1%

 BLUE value IS 9 (3.91% from 255) = 5.42%

R = 70.48%
G = 24.1%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#752809 (or 0x752809) is known color: Peru Tan. HEX triplet: 75, 28 and 09. RGB value is (117,40,9). Sum of RGB (Red+Green+Blue) = 117+40+9=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #752809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752809 is #8AD7F6. Grayscale: #3B3B3B. Windows color (decimal): -9099255 or 600181. OLE color: 600181.

HSL color Cylindrical-coordinate representation of color #752809: hue angle of 17.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #752809 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 9 -
CMYK 0 0.66 0.92 0.54
HSL 17.22º 0.86% 0.25% -
HSV(B) 17.22º 0.92% 0.46% -
XYZ 8.14 5.32 0.86 -
YUV 59.49 99.51 169.02 -
System Red Green Blue C M Y K H S L
Decimal 117 40 9 0 0.66 0.92 0.54 17.22 0.86 0.25
Hex 75 28 9 0 42 5C 36 11 56 19
Octal 165 50 11 0 102 134 66 21 126 31
Binary 1110101 101000 1001 0 1000010 1011100 110110 10001 1010110 11001

Color Harmonies of #752809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752809

Black with #752809

Text Example


Text Example

White with #752809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752809; }

 p { color: rgb(117,40,9); }

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

background-color css

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

 a { background-color: rgb(117,40,9); }

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

border-color css

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

 span { border-color: rgb(117,40,9); }

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