Html Css Color HEX #753404 Peru Tan

📋 copy color: '#753404'

red 117 ◦ green 52 ◦ blue 4

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

Shades of Peru Tan #753404

Tints of Peru Tan #753404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

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

R = 67.63%
G = 30.06%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#753404 (or 0x753404) is known color: Peru Tan. HEX triplet: 75, 34 and 04. RGB value is (117,52,4). Sum of RGB (Red+Green+Blue) = 117+52+4=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #753404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753404 is #8ACBFB. Grayscale: #424242. Windows color (decimal): -9096188 or 275573. OLE color: 275573.

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

Color convert

RGB 117 52 4 -
CMYK 0 0.56 0.97 0.54
HSL 25.49º 0.93% 0.24% -
HSV(B) 25.49º 0.97% 0.46% -
XYZ 8.59 6.25 0.87 -
YUV 65.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 117 52 4 0 0.56 0.97 0.54 25.49 0.93 0.24
Hex 75 34 4 0 38 61 36 19 5D 18
Octal 165 64 4 0 70 141 66 31 135 30
Binary 1110101 110100 100 0 111000 1100001 110110 11001 1011101 11000

Color Harmonies of #753404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753404

Black with #753404

Text Example


Text Example

White with #753404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753404; }

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

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

background-color css

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

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

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

border-color css

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

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

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