Html Css Color HEX #75290E Peru Tan

📋 copy color: '#75290E'

red 117 ◦ green 41 ◦ blue 14

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

Shades of Peru Tan #75290E

Tints of Peru Tan #75290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

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

R = 68.02%
G = 23.84%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#75290E (or 0x75290E) is known color: Peru Tan. HEX triplet: 75, 29 and 0E. RGB value is (117,41,14). Sum of RGB (Red+Green+Blue) = 117+41+14=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #75290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75290E is #8AD6F1. Grayscale: #3C3C3C. Windows color (decimal): -9098994 or 928117. OLE color: 928117.

HSL color Cylindrical-coordinate representation of color #75290E: hue angle of 15.73º 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 #75290E is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 14 -
CMYK 0 0.65 0.88 0.54
HSL 15.73º 0.79% 0.26% -
HSV(B) 15.73º 0.88% 0.46% -
XYZ 8.21 5.4 1.03 -
YUV 60.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 117 41 14 0 0.65 0.88 0.54 15.73 0.79 0.26
Hex 75 29 E 0 41 58 36 10 4F 1A
Octal 165 51 16 0 101 130 66 20 117 32
Binary 1110101 101001 1110 0 1000001 1011000 110110 10000 1001111 11010

Color Harmonies of #75290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75290E

Black with #75290E

Text Example


Text Example

White with #75290E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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