Html Css Color HEX #752C04 Peru Tan

📋 copy color: '#752C04'

red 117 ◦ green 44 ◦ blue 4

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

Shades of Peru Tan #752C04

Tints of Peru Tan #752C04

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.67%

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

R = 70.91%
G = 26.67%
B = 2.42%

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

#752C04 (or 0x752C04) is known color: Peru Tan. HEX triplet: 75, 2C and 04. RGB value is (117,44,4). Sum of RGB (Red+Green+Blue) = 117+44+4=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C04 is #8AD3FB. Grayscale: #3D3D3D. Windows color (decimal): -9098236 or 273525. OLE color: 273525.

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

Color convert

RGB 117 44 4 -
CMYK 0 0.62 0.97 0.54
HSL 21.24º 0.93% 0.24% -
HSV(B) 21.24º 0.97% 0.46% -
XYZ 8.26 5.59 0.76 -
YUV 61.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 117 44 4 0 0.62 0.97 0.54 21.24 0.93 0.24
Hex 75 2C 4 0 3E 61 36 15 5D 18
Octal 165 54 4 0 76 141 66 25 135 30
Binary 1110101 101100 100 0 111110 1100001 110110 10101 1011101 11000

Color Harmonies of #752C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C04

Black with #752C04

Text Example


Text Example

White with #752C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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