Html Css Color HEX #752A06 Peru Tan

📋 copy color: '#752A06'

red 117 ◦ green 42 ◦ blue 6

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

Shades of Peru Tan #752A06

Tints of Peru Tan #752A06

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.45%

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

R = 70.91%
G = 25.45%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#752A06 (or 0x752A06) is known color: Peru Tan. HEX triplet: 75, 2A and 06. RGB value is (117,42,6). Sum of RGB (Red+Green+Blue) = 117+42+6=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A06 is #8AD5F9. Grayscale: #3C3C3C. Windows color (decimal): -9098746 or 404085. OLE color: 404085.

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

Color convert

RGB 117 42 6 -
CMYK 0 0.64 0.95 0.54
HSL 19.46º 0.9% 0.24% -
HSV(B) 19.46º 0.95% 0.46% -
XYZ 8.2 5.45 0.79 -
YUV 60.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 117 42 6 0 0.64 0.95 0.54 19.46 0.9 0.24
Hex 75 2A 6 0 40 5F 36 13 5A 18
Octal 165 52 6 0 100 137 66 23 132 30
Binary 1110101 101010 110 0 1000000 1011111 110110 10011 1011010 11000

Color Harmonies of #752A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A06

Black with #752A06

Text Example


Text Example

White with #752A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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