Html Css Color HEX #752E06 Peru Tan

📋 copy color: '#752E06'

red 117 ◦ green 46 ◦ blue 6

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

Shades of Peru Tan #752E06

Tints of Peru Tan #752E06

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.22%

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

R = 69.23%
G = 27.22%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#752E06 (or 0x752E06) is known color: Peru Tan. HEX triplet: 75, 2E and 06. RGB value is (117,46,6). Sum of RGB (Red+Green+Blue) = 117+46+6=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #752E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E06 is #8AD1F9. Grayscale: #3E3E3E. Windows color (decimal): -9097722 or 405109. OLE color: 405109.

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

Color convert

RGB 117 46 6 -
CMYK 0 0.61 0.95 0.54
HSL 21.62º 0.9% 0.24% -
HSV(B) 21.62º 0.95% 0.46% -
XYZ 8.35 5.75 0.84 -
YUV 62.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 117 46 6 0 0.61 0.95 0.54 21.62 0.9 0.24
Hex 75 2E 6 0 3D 5F 36 16 5A 18
Octal 165 56 6 0 75 137 66 26 132 30
Binary 1110101 101110 110 0 111101 1011111 110110 10110 1011010 11000

Color Harmonies of #752E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E06

Black with #752E06

Text Example


Text Example

White with #752E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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