Html Css Color HEX #75310E Peru Tan

📋 copy color: '#75310E'

red 117 ◦ green 49 ◦ blue 14

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

Shades of Peru Tan #75310E

Tints of Peru Tan #75310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.22%

 BLUE value IS 14 (5.86% from 255) = 7.78%

R = 65%
G = 27.22%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#75310E (or 0x75310E) is known color: Peru Tan. HEX triplet: 75, 31 and 0E. RGB value is (117,49,14). Sum of RGB (Red+Green+Blue) = 117+49+14=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75310E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75310E is #8ACEF1. Grayscale: #414141. Windows color (decimal): -9096946 or 930165. OLE color: 930165.

HSL color Cylindrical-coordinate representation of color #75310E: hue angle of 20.39º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75310E is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 14 -
CMYK 0 0.58 0.88 0.54
HSL 20.39º 0.79% 0.26% -
HSV(B) 20.39º 0.88% 0.46% -
XYZ 8.51 6.01 1.13 -
YUV 65.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 117 49 14 0 0.58 0.88 0.54 20.39 0.79 0.26
Hex 75 31 E 0 3A 58 36 14 4F 1A
Octal 165 61 16 0 72 130 66 24 117 32
Binary 1110101 110001 1110 0 111010 1011000 110110 10100 1001111 11010

Color Harmonies of #75310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75310E

Black with #75310E

Text Example


Text Example

White with #75310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75310E; }

 p { color: rgb(117,49,14); }

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

background-color css

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

 a { background-color: rgb(117,49,14); }

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

border-color css

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

 span { border-color: rgb(117,49,14); }

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