Html Css Color HEX #752A04 Peru Tan

📋 copy color: '#752A04'

red 117 ◦ green 42 ◦ blue 4

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

Shades of Peru Tan #752A04

Tints of Peru Tan #752A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.45%

R = 71.78%
G = 25.77%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#752A04 (or 0x752A04) is known color: Peru Tan. HEX triplet: 75, 2A and 04. RGB value is (117,42,4). Sum of RGB (Red+Green+Blue) = 117+42+4=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #752A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A04 is #8AD5FB. Grayscale: #3C3C3C. Windows color (decimal): -9098748 or 273013. OLE color: 273013.

HSL color Cylindrical-coordinate representation of color #752A04: hue angle of 20.18º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #752A04 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 4 -
CMYK 0 0.64 0.97 0.54
HSL 20.18º 0.93% 0.24% -
HSV(B) 20.18º 0.97% 0.46% -
XYZ 8.19 5.45 0.73 -
YUV 60.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 117 42 4 0 0.64 0.97 0.54 20.18 0.93 0.24
Hex 75 2A 4 0 40 61 36 14 5D 18
Octal 165 52 4 0 100 141 66 24 135 30
Binary 1110101 101010 100 0 1000000 1100001 110110 10100 1011101 11000

Color Harmonies of #752A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A04

Black with #752A04

Text Example


Text Example

White with #752A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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