Html Css Color HEX #75431A Peru Tan

📋 copy color: '#75431A'

red 117 ◦ green 67 ◦ blue 26

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

Shades of Peru Tan #75431A

Tints of Peru Tan #75431A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.38%

R = 55.71%
G = 31.9%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75431A (or 0x75431A) is known color: Peru Tan. HEX triplet: 75, 43 and 1A. RGB value is (117,67,26). Sum of RGB (Red+Green+Blue) = 117+67+26=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75431A is #8ABCE5. Grayscale: #4D4D4D. Windows color (decimal): -9092326 or 1721205. OLE color: 1721205.

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

Color convert

RGB 117 67 26 -
CMYK 0 0.43 0.78 0.54
HSL 27.03º 0.64% 0.28% -
HSV(B) 27.03º 0.78% 0.46% -
XYZ 9.53 7.87 1.99 -
YUV 77.28 99.07 156.33 -
System Red Green Blue C M Y K H S L
Decimal 117 67 26 0 0.43 0.78 0.54 27.03 0.64 0.28
Hex 75 43 1A 0 2B 4E 36 1B 40 1C
Octal 165 103 32 0 53 116 66 33 100 34
Binary 1110101 1000011 11010 0 101011 1001110 110110 11011 1000000 11100

Color Harmonies of #75431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75431A

Black with #75431A

Text Example


Text Example

White with #75431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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