Html Css Color HEX #75371A Peru Tan

📋 copy color: '#75371A'

red 117 ◦ green 55 ◦ blue 26

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

Shades of Peru Tan #75371A

Tints of Peru Tan #75371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.13%

R = 59.09%
G = 27.78%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75371A (or 0x75371A) is known color: Peru Tan. HEX triplet: 75, 37 and 1A. RGB value is (117,55,26). Sum of RGB (Red+Green+Blue) = 117+55+26=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75371A is #8AC8E5. Grayscale: #464646. Windows color (decimal): -9095398 or 1718133. OLE color: 1718133.

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

Color convert

RGB 117 55 26 -
CMYK 0 0.53 0.78 0.54
HSL 19.12º 0.64% 0.28% -
HSV(B) 19.12º 0.78% 0.46% -
XYZ 8.89 6.59 1.78 -
YUV 70.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 117 55 26 0 0.53 0.78 0.54 19.12 0.64 0.28
Hex 75 37 1A 0 35 4E 36 13 40 1C
Octal 165 67 32 0 65 116 66 23 100 34
Binary 1110101 110111 11010 0 110101 1001110 110110 10011 1000000 11100

Color Harmonies of #75371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75371A

Black with #75371A

Text Example


Text Example

White with #75371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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