Html Css Color HEX #753814 Peru Tan

📋 copy color: '#753814'

red 117 ◦ green 56 ◦ blue 20

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

Shades of Peru Tan #753814

Tints of Peru Tan #753814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

 BLUE value IS 20 (8.2% from 255) = 10.36%

R = 60.62%
G = 29.02%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#753814 (or 0x753814) is known color: Peru Tan. HEX triplet: 75, 38 and 14. RGB value is (117,56,20). Sum of RGB (Red+Green+Blue) = 117+56+20=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #753814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753814 is #8AC7EB. Grayscale: #464646. Windows color (decimal): -9095148 or 1325173. OLE color: 1325173.

HSL color Cylindrical-coordinate representation of color #753814: hue angle of 22.27º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #753814 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 20 -
CMYK 0 0.52 0.83 0.54
HSL 22.27º 0.71% 0.27% -
HSV(B) 22.27º 0.83% 0.46% -
XYZ 8.88 6.66 1.48 -
YUV 70.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 117 56 20 0 0.52 0.83 0.54 22.27 0.71 0.27
Hex 75 38 14 0 34 53 36 16 47 1B
Octal 165 70 24 0 64 123 66 26 107 33
Binary 1110101 111000 10100 0 110100 1010011 110110 10110 1000111 11011

Color Harmonies of #753814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753814

Black with #753814

Text Example


Text Example

White with #753814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753814; }

 p { color: rgb(117,56,20); }

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

background-color css

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

 a { background-color: rgb(117,56,20); }

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

border-color css

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

 span { border-color: rgb(117,56,20); }

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