Html Css Color HEX #75431E Peru Tan

📋 copy color: '#75431E'

red 117 ◦ green 67 ◦ blue 30

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

Shades of Peru Tan #75431E

Tints of Peru Tan #75431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 54.67%
G = 31.31%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75431E (or 0x75431E) is known color: Peru Tan. HEX triplet: 75, 43 and 1E. RGB value is (117,67,30). Sum of RGB (Red+Green+Blue) = 117+67+30=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75431E is #8ABCE1. Grayscale: #4D4D4D. Windows color (decimal): -9092322 or 1983349. OLE color: 1983349.

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

Color convert

RGB 117 67 30 -
CMYK 0 0.43 0.74 0.54
HSL 25.52º 0.59% 0.29% -
HSV(B) 25.52º 0.74% 0.46% -
XYZ 9.58 7.89 2.25 -
YUV 77.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 117 67 30 0 0.43 0.74 0.54 25.52 0.59 0.29
Hex 75 43 1E 0 2B 4A 36 1A 3B 1D
Octal 165 103 36 0 53 112 66 32 73 35
Binary 1110101 1000011 11110 0 101011 1001010 110110 11010 111011 11101

Color Harmonies of #75431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75431E

Black with #75431E

Text Example


Text Example

White with #75431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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