Html Css Color HEX #75351F Peru Tan

📋 copy color: '#75351F'

red 117 ◦ green 53 ◦ blue 31

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

Shades of Peru Tan #75351F

Tints of Peru Tan #75351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 58.21%
G = 26.37%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75351F (or 0x75351F) is known color: Peru Tan. HEX triplet: 75, 35 and 1F. RGB value is (117,53,31). Sum of RGB (Red+Green+Blue) = 117+53+31=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #75351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75351F is #8ACAE0. Grayscale: #454545. Windows color (decimal): -9095905 or 2045301. OLE color: 2045301.

HSL color Cylindrical-coordinate representation of color #75351F: hue angle of 15.35º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75351F is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 31 -
CMYK 0 0.55 0.74 0.54
HSL 15.35º 0.58% 0.29% -
HSV(B) 15.35º 0.74% 0.46% -
XYZ 8.86 6.43 2.07 -
YUV 69.63 106.2 161.79 -
System Red Green Blue C M Y K H S L
Decimal 117 53 31 0 0.55 0.74 0.54 15.35 0.58 0.29
Hex 75 35 1F 0 37 4A 36 F 3A 1D
Octal 165 65 37 0 67 112 66 17 72 35
Binary 1110101 110101 11111 0 110111 1001010 110110 1111 111010 11101

Color Harmonies of #75351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75351F

Black with #75351F

Text Example


Text Example

White with #75351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75351F; }

 p { color: rgb(117,53,31); }

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

background-color css

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

 a { background-color: rgb(117,53,31); }

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

border-color css

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

 span { border-color: rgb(117,53,31); }

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