Html Css Color HEX #75431D Peru Tan

📋 copy color: '#75431D'

red 117 ◦ green 67 ◦ blue 29

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

Shades of Peru Tan #75431D

Tints of Peru Tan #75431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 54.93%
G = 31.46%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75431D (or 0x75431D) is known color: Peru Tan. HEX triplet: 75, 43 and 1D. RGB value is (117,67,29). Sum of RGB (Red+Green+Blue) = 117+67+29=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75431D is #8ABCE2. Grayscale: #4D4D4D. Windows color (decimal): -9092323 or 1917813. OLE color: 1917813.

HSL color Cylindrical-coordinate representation of color #75431D: hue angle of 25.91º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75431D is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 29 -
CMYK 0 0.43 0.75 0.54
HSL 25.91º 0.6% 0.29% -
HSV(B) 25.91º 0.75% 0.46% -
XYZ 9.57 7.88 2.18 -
YUV 77.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 117 67 29 0 0.43 0.75 0.54 25.91 0.6 0.29
Hex 75 43 1D 0 2B 4B 36 1A 3C 1D
Octal 165 103 35 0 53 113 66 32 74 35
Binary 1110101 1000011 11101 0 101011 1001011 110110 11010 111100 11101

Color Harmonies of #75431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75431D

Black with #75431D

Text Example


Text Example

White with #75431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75431D; }

 p { color: rgb(117,67,29); }

 H1.HeaderClassName
 {
   color: #75431D;
 }
 .AnyTagClassName
 {
   color: #75431D;
 }
</style>

background-color css

<style>
 a { background-color: #75431D; }

 a { background-color: rgb(117,67,29); }

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

border-color css

<style>
 span { border-color: #75431D; }

 span { border-color: rgb(117,67,29); }

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