Html Css Color HEX #75341C Peru Tan

📋 copy color: '#75341C'

red 117 ◦ green 52 ◦ blue 28

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

Shades of Peru Tan #75341C

Tints of Peru Tan #75341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 59.39%
G = 26.4%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75341C (or 0x75341C) is known color: Peru Tan. HEX triplet: 75, 34 and 1C. RGB value is (117,52,28). Sum of RGB (Red+Green+Blue) = 117+52+28=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75341C is #8ACBE3. Grayscale: #444444. Windows color (decimal): -9096164 or 1848437. OLE color: 1848437.

HSL color Cylindrical-coordinate representation of color #75341C: hue angle of 16.18º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75341C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 28 -
CMYK 0 0.56 0.76 0.54
HSL 16.18º 0.61% 0.28% -
HSV(B) 16.18º 0.76% 0.46% -
XYZ 8.77 6.32 1.86 -
YUV 68.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 117 52 28 0 0.56 0.76 0.54 16.18 0.61 0.28
Hex 75 34 1C 0 38 4C 36 10 3D 1C
Octal 165 64 34 0 70 114 66 20 75 34
Binary 1110101 110100 11100 0 111000 1001100 110110 10000 111101 11100

Color Harmonies of #75341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75341C

Black with #75341C

Text Example


Text Example

White with #75341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75341C; }

 p { color: rgb(117,52,28); }

 H1.HeaderClassName
 {
   color: #75341C;
 }
 .AnyTagClassName
 {
   color: #75341C;
 }
</style>

background-color css

<style>
 a { background-color: #75341C; }

 a { background-color: rgb(117,52,28); }

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

border-color css

<style>
 span { border-color: #75341C; }

 span { border-color: rgb(117,52,28); }

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