Html Css Color HEX #75370E Peru Tan

📋 copy color: '#75370E'

red 117 ◦ green 55 ◦ blue 14

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

Shades of Peru Tan #75370E

Tints of Peru Tan #75370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.53%

R = 62.9%
G = 29.57%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#75370E (or 0x75370E) is known color: Peru Tan. HEX triplet: 75, 37 and 0E. RGB value is (117,55,14). Sum of RGB (Red+Green+Blue) = 117+55+14=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75370E is #8AC8F1. Grayscale: #454545. Windows color (decimal): -9095410 or 931701. OLE color: 931701.

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

Color convert

RGB 117 55 14 -
CMYK 0 0.53 0.88 0.54
HSL 23.88º 0.79% 0.26% -
HSV(B) 23.88º 0.88% 0.46% -
XYZ 8.78 6.55 1.22 -
YUV 68.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 117 55 14 0 0.53 0.88 0.54 23.88 0.79 0.26
Hex 75 37 E 0 35 58 36 18 4F 1A
Octal 165 67 16 0 65 130 66 30 117 32
Binary 1110101 110111 1110 0 110101 1011000 110110 11000 1001111 11010

Color Harmonies of #75370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75370E

Black with #75370E

Text Example


Text Example

White with #75370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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