Html Css Color HEX #75441D Peru Tan

📋 copy color: '#75441D'

red 117 ◦ green 68 ◦ blue 29

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

Shades of Peru Tan #75441D

Tints of Peru Tan #75441D

RGB

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

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

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

R = 54.67%
G = 31.78%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75441D (or 0x75441D) is known color: Peru Tan. HEX triplet: 75, 44 and 1D. RGB value is (117,68,29). Sum of RGB (Red+Green+Blue) = 117+68+29=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75441D is #8ABBE2. Grayscale: #4E4E4E. Windows color (decimal): -9092067 or 1918069. OLE color: 1918069.

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

Color convert

RGB 117 68 29 -
CMYK 0 0.42 0.75 0.54
HSL 26.59º 0.6% 0.29% -
HSV(B) 26.59º 0.75% 0.46% -
XYZ 9.63 8 2.2 -
YUV 78.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 117 68 29 0 0.42 0.75 0.54 26.59 0.6 0.29
Hex 75 44 1D 0 2A 4B 36 1B 3C 1D
Octal 165 104 35 0 52 113 66 33 74 35
Binary 1110101 1000100 11101 0 101010 1001011 110110 11011 111100 11101

Color Harmonies of #75441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75441D

Black with #75441D

Text Example


Text Example

White with #75441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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