Html Css Color HEX #75371C Peru Tan

📋 copy color: '#75371C'

red 117 ◦ green 55 ◦ blue 28

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

Shades of Peru Tan #75371C

Tints of Peru Tan #75371C

RGB

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

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

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

R = 58.5%
G = 27.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75371C (or 0x75371C) is known color: Peru Tan. HEX triplet: 75, 37 and 1C. RGB value is (117,55,28). Sum of RGB (Red+Green+Blue) = 117+55+28=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75371C is #8AC8E3. Grayscale: #464646. Windows color (decimal): -9095396 or 1849205. OLE color: 1849205.

HSL color Cylindrical-coordinate representation of color #75371C: hue angle of 18.2º 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 #75371C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 28 -
CMYK 0 0.53 0.76 0.54
HSL 18.2º 0.61% 0.28% -
HSV(B) 18.2º 0.76% 0.46% -
XYZ 8.91 6.6 1.9 -
YUV 70.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 117 55 28 0 0.53 0.76 0.54 18.2 0.61 0.28
Hex 75 37 1C 0 35 4C 36 12 3D 1C
Octal 165 67 34 0 65 114 66 22 75 34
Binary 1110101 110111 11100 0 110101 1001100 110110 10010 111101 11100

Color Harmonies of #75371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75371C

Black with #75371C

Text Example


Text Example

White with #75371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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