Html Css Color HEX #75401C Peru Tan

📋 copy color: '#75401C'

red 117 ◦ green 64 ◦ blue 28

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

Shades of Peru Tan #75401C

Tints of Peru Tan #75401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 55.98%
G = 30.62%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75401C (or 0x75401C) is known color: Peru Tan. HEX triplet: 75, 40 and 1C. RGB value is (117,64,28). Sum of RGB (Red+Green+Blue) = 117+64+28=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75401C is #8ABFE3. Grayscale: #4B4B4B. Windows color (decimal): -9093092 or 1851509. OLE color: 1851509.

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

Color convert

RGB 117 64 28 -
CMYK 0 0.45 0.76 0.54
HSL 24.27º 0.61% 0.28% -
HSV(B) 24.27º 0.76% 0.46% -
XYZ 9.38 7.53 2.06 -
YUV 75.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 117 64 28 0 0.45 0.76 0.54 24.27 0.61 0.28
Hex 75 40 1C 0 2D 4C 36 18 3D 1C
Octal 165 100 34 0 55 114 66 30 75 34
Binary 1110101 1000000 11100 0 101101 1001100 110110 11000 111101 11100

Color Harmonies of #75401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75401C

Black with #75401C

Text Example


Text Example

White with #75401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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