Html Css Color HEX #753718 Peru Tan

📋 copy color: '#753718'

red 117 ◦ green 55 ◦ blue 24

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

Shades of Peru Tan #753718

Tints of Peru Tan #753718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.06%

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 59.69%
G = 28.06%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#753718 (or 0x753718) is known color: Peru Tan. HEX triplet: 75, 37 and 18. RGB value is (117,55,24). Sum of RGB (Red+Green+Blue) = 117+55+24=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #753718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753718 is #8AC8E7. Grayscale: #464646. Windows color (decimal): -9095400 or 1587061. OLE color: 1587061.

HSL color Cylindrical-coordinate representation of color #753718: hue angle of 20º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #753718 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 24 -
CMYK 0 0.53 0.79 0.54
HSL 20º 0.66% 0.28% -
HSV(B) 20º 0.79% 0.46% -
XYZ 8.87 6.58 1.67 -
YUV 70 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 117 55 24 0 0.53 0.79 0.54 20 0.66 0.28
Hex 75 37 18 0 35 4F 36 14 42 1C
Octal 165 67 30 0 65 117 66 24 102 34
Binary 1110101 110111 11000 0 110101 1001111 110110 10100 1000010 11100

Color Harmonies of #753718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753718

Black with #753718

Text Example


Text Example

White with #753718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753718; }

 p { color: rgb(117,55,24); }

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

background-color css

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

 a { background-color: rgb(117,55,24); }

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

border-color css

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

 span { border-color: rgb(117,55,24); }

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