Html Css Color HEX #75370F Peru Tan

📋 copy color: '#75370F'

red 117 ◦ green 55 ◦ blue 15

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

Shades of Peru Tan #75370F

Tints of Peru Tan #75370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 62.57%
G = 29.41%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75370F (or 0x75370F) is known color: Peru Tan. HEX triplet: 75, 37 and 0F. RGB value is (117,55,15). Sum of RGB (Red+Green+Blue) = 117+55+15=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #75370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75370F is #8AC8F0. Grayscale: #454545. Windows color (decimal): -9095409 or 997237. OLE color: 997237.

HSL color Cylindrical-coordinate representation of color #75370F: hue angle of 23.53º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75370F is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 15 -
CMYK 0 0.53 0.87 0.54
HSL 23.53º 0.77% 0.26% -
HSV(B) 23.53º 0.87% 0.46% -
XYZ 8.79 6.55 1.25 -
YUV 68.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 117 55 15 0 0.53 0.87 0.54 23.53 0.77 0.26
Hex 75 37 F 0 35 57 36 18 4D 1A
Octal 165 67 17 0 65 127 66 30 115 32
Binary 1110101 110111 1111 0 110101 1010111 110110 11000 1001101 11010

Color Harmonies of #75370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75370F

Black with #75370F

Text Example


Text Example

White with #75370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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