Html Css Color HEX #752F06 Peru Tan

📋 copy color: '#752F06'

red 117 ◦ green 47 ◦ blue 6

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

Shades of Peru Tan #752F06

Tints of Peru Tan #752F06

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.65%

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

R = 68.82%
G = 27.65%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#752F06 (or 0x752F06) is known color: Peru Tan. HEX triplet: 75, 2F and 06. RGB value is (117,47,6). Sum of RGB (Red+Green+Blue) = 117+47+6=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #752F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F06 is #8AD0F9. Grayscale: #3F3F3F. Windows color (decimal): -9097466 or 405365. OLE color: 405365.

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

Color convert

RGB 117 47 6 -
CMYK 0 0.60 0.95 0.54
HSL 22.16º 0.9% 0.24% -
HSV(B) 22.16º 0.95% 0.46% -
XYZ 8.39 5.83 0.86 -
YUV 63.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 117 47 6 0 0.60 0.95 0.54 22.16 0.9 0.24
Hex 75 2F 6 0 3C 5F 36 16 5A 18
Octal 165 57 6 0 74 137 66 26 132 30
Binary 1110101 101111 110 0 111100 1011111 110110 10110 1011010 11000

Color Harmonies of #752F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F06

Black with #752F06

Text Example


Text Example

White with #752F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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