Html Css Color HEX #752708 Peru Tan

📋 copy color: '#752708'

red 117 ◦ green 39 ◦ blue 8

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

Shades of Peru Tan #752708

Tints of Peru Tan #752708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.78%

 BLUE value IS 8 (3.52% from 255) = 4.88%

R = 71.34%
G = 23.78%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#752708 (or 0x752708) is known color: Peru Tan. HEX triplet: 75, 27 and 08. RGB value is (117,39,8). Sum of RGB (Red+Green+Blue) = 117+39+8=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #752708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752708 is #8AD8F7. Grayscale: #3A3A3A. Windows color (decimal): -9099512 or 534389. OLE color: 534389.

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

Color convert

RGB 117 39 8 -
CMYK 0 0.67 0.93 0.54
HSL 17.06º 0.87% 0.25% -
HSV(B) 17.06º 0.93% 0.46% -
XYZ 8.11 5.25 0.82 -
YUV 58.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 117 39 8 0 0.67 0.93 0.54 17.06 0.87 0.25
Hex 75 27 8 0 43 5D 36 11 57 19
Octal 165 47 10 0 103 135 66 21 127 31
Binary 1110101 100111 1000 0 1000011 1011101 110110 10001 1010111 11001

Color Harmonies of #752708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752708

Black with #752708

Text Example


Text Example

White with #752708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752708; }

 p { color: rgb(117,39,8); }

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

background-color css

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

 a { background-color: rgb(117,39,8); }

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

border-color css

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

 span { border-color: rgb(117,39,8); }

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