Html Css Color HEX #75371D Peru Tan

📋 copy color: '#75371D'

red 117 ◦ green 55 ◦ blue 29

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

Shades of Peru Tan #75371D

Tints of Peru Tan #75371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

 BLUE value IS 29 (11.72% from 255) = 14.43%

R = 58.21%
G = 27.36%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75371D (or 0x75371D) is known color: Peru Tan. HEX triplet: 75, 37 and 1D. RGB value is (117,55,29). Sum of RGB (Red+Green+Blue) = 117+55+29=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #75371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75371D is #8AC8E2. Grayscale: #464646. Windows color (decimal): -9095395 or 1914741. OLE color: 1914741.

HSL color Cylindrical-coordinate representation of color #75371D: hue angle of 17.73º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75371D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 29 -
CMYK 0 0.53 0.75 0.54
HSL 17.73º 0.6% 0.29% -
HSV(B) 17.73º 0.75% 0.46% -
XYZ 8.92 6.6 1.97 -
YUV 70.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 117 55 29 0 0.53 0.75 0.54 17.73 0.6 0.29
Hex 75 37 1D 0 35 4B 36 12 3C 1D
Octal 165 67 35 0 65 113 66 22 74 35
Binary 1110101 110111 11101 0 110101 1001011 110110 10010 111100 11101

Color Harmonies of #75371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75371D

Black with #75371D

Text Example


Text Example

White with #75371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75371D; }

 p { color: rgb(117,55,29); }

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

background-color css

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

 a { background-color: rgb(117,55,29); }

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

border-color css

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

 span { border-color: rgb(117,55,29); }

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