Html Css Color HEX #752D09 Peru Tan

📋 copy color: '#752D09'

red 117 ◦ green 45 ◦ blue 9

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

Shades of Peru Tan #752D09

Tints of Peru Tan #752D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.32%

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

R = 68.42%
G = 26.32%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#752D09 (or 0x752D09) is known color: Peru Tan. HEX triplet: 75, 2D and 09. RGB value is (117,45,9). Sum of RGB (Red+Green+Blue) = 117+45+9=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #752D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D09 is #8AD2F6. Grayscale: #3E3E3E. Windows color (decimal): -9097975 or 601461. OLE color: 601461.

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

Color convert

RGB 117 45 9 -
CMYK 0 0.62 0.92 0.54
HSL 20º 0.86% 0.25% -
HSV(B) 20º 0.92% 0.46% -
XYZ 8.32 5.68 0.92 -
YUV 62.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 117 45 9 0 0.62 0.92 0.54 20 0.86 0.25
Hex 75 2D 9 0 3E 5C 36 14 56 19
Octal 165 55 11 0 76 134 66 24 126 31
Binary 1110101 101101 1001 0 111110 1011100 110110 10100 1010110 11001

Color Harmonies of #752D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D09

Black with #752D09

Text Example


Text Example

White with #752D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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