Html Css Color HEX #752A09 Peru Tan

📋 copy color: '#752A09'

red 117 ◦ green 42 ◦ blue 9

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

Shades of Peru Tan #752A09

Tints of Peru Tan #752A09

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25%

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

R = 69.64%
G = 25%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#752A09 (or 0x752A09) is known color: Peru Tan. HEX triplet: 75, 2A and 09. RGB value is (117,42,9). Sum of RGB (Red+Green+Blue) = 117+42+9=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #752A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A09 is #8AD5F6. Grayscale: #3C3C3C. Windows color (decimal): -9098743 or 600693. OLE color: 600693.

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

Color convert

RGB 117 42 9 -
CMYK 0 0.64 0.92 0.54
HSL 18.33º 0.86% 0.25% -
HSV(B) 18.33º 0.92% 0.46% -
XYZ 8.21 5.46 0.88 -
YUV 60.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 117 42 9 0 0.64 0.92 0.54 18.33 0.86 0.25
Hex 75 2A 9 0 40 5C 36 12 56 19
Octal 165 52 11 0 100 134 66 22 126 31
Binary 1110101 101010 1001 0 1000000 1011100 110110 10010 1010110 11001

Color Harmonies of #752A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A09

Black with #752A09

Text Example


Text Example

White with #752A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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