Html Css Color HEX #752E09 Peru Tan

📋 copy color: '#752E09'

red 117 ◦ green 46 ◦ blue 9

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

Shades of Peru Tan #752E09

Tints of Peru Tan #752E09

RGB

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

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

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

R = 68.02%
G = 26.74%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#752E09 (or 0x752E09) is known color: Peru Tan. HEX triplet: 75, 2E and 09. RGB value is (117,46,9). Sum of RGB (Red+Green+Blue) = 117+46+9=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #752E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E09 is #8AD1F6. Grayscale: #3F3F3F. Windows color (decimal): -9097719 or 601717. OLE color: 601717.

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

Color convert

RGB 117 46 9 -
CMYK 0 0.61 0.92 0.54
HSL 20.56º 0.86% 0.25% -
HSV(B) 20.56º 0.92% 0.46% -
XYZ 8.36 5.76 0.93 -
YUV 63.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 117 46 9 0 0.61 0.92 0.54 20.56 0.86 0.25
Hex 75 2E 9 0 3D 5C 36 15 56 19
Octal 165 56 11 0 75 134 66 25 126 31
Binary 1110101 101110 1001 0 111101 1011100 110110 10101 1010110 11001

Color Harmonies of #752E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E09

Black with #752E09

Text Example


Text Example

White with #752E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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