Html Css Color HEX #75441F Peru Tan

📋 copy color: '#75441F'

red 117 ◦ green 68 ◦ blue 31

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

Shades of Peru Tan #75441F

Tints of Peru Tan #75441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

 BLUE value IS 31 (12.5% from 255) = 14.35%

R = 54.17%
G = 31.48%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75441F (or 0x75441F) is known color: Peru Tan. HEX triplet: 75, 44 and 1F. RGB value is (117,68,31). Sum of RGB (Red+Green+Blue) = 117+68+31=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75441F is #8ABBE0. Grayscale: #4E4E4E. Windows color (decimal): -9092065 or 2049141. OLE color: 2049141.

HSL color Cylindrical-coordinate representation of color #75441F: hue angle of 25.81º degrees, saturation: 0.58, 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 #75441F is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 31 -
CMYK 0 0.42 0.74 0.54
HSL 25.81º 0.58% 0.29% -
HSV(B) 25.81º 0.74% 0.46% -
XYZ 9.65 8.02 2.33 -
YUV 78.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 117 68 31 0 0.42 0.74 0.54 25.81 0.58 0.29
Hex 75 44 1F 0 2A 4A 36 1A 3A 1D
Octal 165 104 37 0 52 112 66 32 72 35
Binary 1110101 1000100 11111 0 101010 1001010 110110 11010 111010 11101

Color Harmonies of #75441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75441F

Black with #75441F

Text Example


Text Example

White with #75441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75441F; }

 p { color: rgb(117,68,31); }

 H1.HeaderClassName
 {
   color: #75441F;
 }
 .AnyTagClassName
 {
   color: #75441F;
 }
</style>

background-color css

<style>
 a { background-color: #75441F; }

 a { background-color: rgb(117,68,31); }

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

border-color css

<style>
 span { border-color: #75441F; }

 span { border-color: rgb(117,68,31); }

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