Html Css Color HEX #752608 Peru Tan

📋 copy color: '#752608'

red 117 ◦ green 38 ◦ blue 8

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

Shades of Peru Tan #752608

Tints of Peru Tan #752608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.31%

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

R = 71.78%
G = 23.31%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#752608 (or 0x752608) is known color: Peru Tan. HEX triplet: 75, 26 and 08. RGB value is (117,38,8). Sum of RGB (Red+Green+Blue) = 117+38+8=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #752608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752608 is #8AD9F7. Grayscale: #3A3A3A. Windows color (decimal): -9099768 or 534133. OLE color: 534133.

HSL color Cylindrical-coordinate representation of color #752608: hue angle of 16.51º 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 #752608 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 8 -
CMYK 0 0.68 0.93 0.54
HSL 16.51º 0.87% 0.25% -
HSV(B) 16.51º 0.93% 0.46% -
XYZ 8.07 5.19 0.81 -
YUV 58.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 117 38 8 0 0.68 0.93 0.54 16.51 0.87 0.25
Hex 75 26 8 0 44 5D 36 11 57 19
Octal 165 46 10 0 104 135 66 21 127 31
Binary 1110101 100110 1000 0 1000100 1011101 110110 10001 1010111 11001

Color Harmonies of #752608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752608

Black with #752608

Text Example


Text Example

White with #752608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752608; }

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

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

background-color css

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

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

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

border-color css

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

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

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