Html Css Color HEX #752806 Peru Tan

📋 copy color: '#752806'

red 117 ◦ green 40 ◦ blue 6

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

Shades of Peru Tan #752806

Tints of Peru Tan #752806

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.54%

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 71.78%
G = 24.54%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#752806 (or 0x752806) is known color: Peru Tan. HEX triplet: 75, 28 and 06. RGB value is (117,40,6). Sum of RGB (Red+Green+Blue) = 117+40+6=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #752806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752806 is #8AD7F9. Grayscale: #3B3B3B. Windows color (decimal): -9099258 or 403573. OLE color: 403573.

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

Color convert

RGB 117 40 6 -
CMYK 0 0.66 0.95 0.54
HSL 18.38º 0.9% 0.24% -
HSV(B) 18.38º 0.95% 0.46% -
XYZ 8.13 5.31 0.77 -
YUV 59.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 117 40 6 0 0.66 0.95 0.54 18.38 0.9 0.24
Hex 75 28 6 0 42 5F 36 12 5A 18
Octal 165 50 6 0 102 137 66 22 132 30
Binary 1110101 101000 110 0 1000010 1011111 110110 10010 1011010 11000

Color Harmonies of #752806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752806

Black with #752806

Text Example


Text Example

White with #752806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752806; }

 p { color: rgb(117,40,6); }

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

background-color css

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

 a { background-color: rgb(117,40,6); }

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

border-color css

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

 span { border-color: rgb(117,40,6); }

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