Html Css Color HEX #75361F Peru Tan

📋 copy color: '#75361F'

red 117 ◦ green 54 ◦ blue 31

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

Shades of Peru Tan #75361F

Tints of Peru Tan #75361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.73%

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

R = 57.92%
G = 26.73%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75361F (or 0x75361F) is known color: Peru Tan. HEX triplet: 75, 36 and 1F. RGB value is (117,54,31). Sum of RGB (Red+Green+Blue) = 117+54+31=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75361F is #8AC9E0. Grayscale: #464646. Windows color (decimal): -9095649 or 2045557. OLE color: 2045557.

HSL color Cylindrical-coordinate representation of color #75361F: hue angle of 16.05º 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 #75361F is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 31 -
CMYK 0 0.54 0.74 0.54
HSL 16.05º 0.58% 0.29% -
HSV(B) 16.05º 0.74% 0.46% -
XYZ 8.9 6.52 2.09 -
YUV 70.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 117 54 31 0 0.54 0.74 0.54 16.05 0.58 0.29
Hex 75 36 1F 0 36 4A 36 10 3A 1D
Octal 165 66 37 0 66 112 66 20 72 35
Binary 1110101 110110 11111 0 110110 1001010 110110 10000 111010 11101

Color Harmonies of #75361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75361F

Black with #75361F

Text Example


Text Example

White with #75361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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