Html Css Color HEX #752D04 Peru Tan

📋 copy color: '#752D04'

red 117 ◦ green 45 ◦ blue 4

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

Shades of Peru Tan #752D04

Tints of Peru Tan #752D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.11%

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

R = 70.48%
G = 27.11%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#752D04 (or 0x752D04) is known color: Peru Tan. HEX triplet: 75, 2D and 04. RGB value is (117,45,4). Sum of RGB (Red+Green+Blue) = 117+45+4=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #752D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D04 is #8AD2FB. Grayscale: #3E3E3E. Windows color (decimal): -9097980 or 273781. OLE color: 273781.

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

Color convert

RGB 117 45 4 -
CMYK 0 0.62 0.97 0.54
HSL 21.77º 0.93% 0.24% -
HSV(B) 21.77º 0.97% 0.46% -
XYZ 8.3 5.67 0.77 -
YUV 61.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 117 45 4 0 0.62 0.97 0.54 21.77 0.93 0.24
Hex 75 2D 4 0 3E 61 36 16 5D 18
Octal 165 55 4 0 76 141 66 26 135 30
Binary 1110101 101101 100 0 111110 1100001 110110 10110 1011101 11000

Color Harmonies of #752D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D04

Black with #752D04

Text Example


Text Example

White with #752D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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