Html Css Color HEX #752905 Peru Tan

📋 copy color: '#752905'

red 117 ◦ green 41 ◦ blue 5

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

Shades of Peru Tan #752905

Tints of Peru Tan #752905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.15%

 BLUE value IS 5 (2.34% from 255) = 3.07%

R = 71.78%
G = 25.15%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#752905 (or 0x752905) is known color: Peru Tan. HEX triplet: 75, 29 and 05. RGB value is (117,41,5). Sum of RGB (Red+Green+Blue) = 117+41+5=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #752905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752905 is #8AD6FA. Grayscale: #3B3B3B. Windows color (decimal): -9099003 or 338293. OLE color: 338293.

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

Color convert

RGB 117 41 5 -
CMYK 0 0.65 0.96 0.54
HSL 19.29º 0.92% 0.24% -
HSV(B) 19.29º 0.96% 0.46% -
XYZ 8.16 5.38 0.75 -
YUV 59.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 117 41 5 0 0.65 0.96 0.54 19.29 0.92 0.24
Hex 75 29 5 0 41 60 36 13 5C 18
Octal 165 51 5 0 101 140 66 23 134 30
Binary 1110101 101001 101 0 1000001 1100000 110110 10011 1011100 11000

Color Harmonies of #752905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752905

Black with #752905

Text Example


Text Example

White with #752905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752905; }

 p { color: rgb(117,41,5); }

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

background-color css

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

 a { background-color: rgb(117,41,5); }

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

border-color css

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

 span { border-color: rgb(117,41,5); }

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