Html Css Color HEX #753819 Peru Tan

📋 copy color: '#753819'

red 117 ◦ green 56 ◦ blue 25

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

Shades of Peru Tan #753819

Tints of Peru Tan #753819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.63%

R = 59.09%
G = 28.28%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#753819 (or 0x753819) is known color: Peru Tan. HEX triplet: 75, 38 and 19. RGB value is (117,56,25). Sum of RGB (Red+Green+Blue) = 117+56+25=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #753819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753819 is #8AC7E6. Grayscale: #464646. Windows color (decimal): -9095143 or 1652853. OLE color: 1652853.

HSL color Cylindrical-coordinate representation of color #753819: hue angle of 20.22º degrees, saturation: 0.65, 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 #753819 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 25 -
CMYK 0 0.52 0.79 0.54
HSL 20.22º 0.65% 0.28% -
HSV(B) 20.22º 0.79% 0.46% -
XYZ 8.93 6.68 1.74 -
YUV 70.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 117 56 25 0 0.52 0.79 0.54 20.22 0.65 0.28
Hex 75 38 19 0 34 4F 36 14 41 1C
Octal 165 70 31 0 64 117 66 24 101 34
Binary 1110101 111000 11001 0 110100 1001111 110110 10100 1000001 11100

Color Harmonies of #753819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753819

Black with #753819

Text Example


Text Example

White with #753819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753819; }

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

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

background-color css

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

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

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

border-color css

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

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

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