Html Css Color HEX #75391C Peru Tan

📋 copy color: '#75391C'

red 117 ◦ green 57 ◦ blue 28

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

Shades of Peru Tan #75391C

Tints of Peru Tan #75391C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.22%

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 57.92%
G = 28.22%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75391C (or 0x75391C) is known color: Peru Tan. HEX triplet: 75, 39 and 1C. RGB value is (117,57,28). Sum of RGB (Red+Green+Blue) = 117+57+28=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75391C is #8AC6E3. Grayscale: #474747. Windows color (decimal): -9094884 or 1849717. OLE color: 1849717.

HSL color Cylindrical-coordinate representation of color #75391C: hue angle of 19.55º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75391C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 57 28 -
CMYK 0 0.51 0.76 0.54
HSL 19.55º 0.61% 0.28% -
HSV(B) 19.55º 0.76% 0.46% -
XYZ 9.01 6.79 1.93 -
YUV 71.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 117 57 28 0 0.51 0.76 0.54 19.55 0.61 0.28
Hex 75 39 1C 0 33 4C 36 14 3D 1C
Octal 165 71 34 0 63 114 66 24 75 34
Binary 1110101 111001 11100 0 110011 1001100 110110 10100 111101 11100

Color Harmonies of #75391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75391C

Black with #75391C

Text Example


Text Example

White with #75391C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75391C; }

 p { color: rgb(117,57,28); }

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

background-color css

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

 a { background-color: rgb(117,57,28); }

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

border-color css

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

 span { border-color: rgb(117,57,28); }

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