Html Css Color HEX #75340D Peru Tan

📋 copy color: '#75340D'

red 117 ◦ green 52 ◦ blue 13

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

Shades of Peru Tan #75340D

Tints of Peru Tan #75340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.14%

R = 64.29%
G = 28.57%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75340D (or 0x75340D) is known color: Peru Tan. HEX triplet: 75, 34 and 0D. RGB value is (117,52,13). Sum of RGB (Red+Green+Blue) = 117+52+13=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #75340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75340D is #8ACBF2. Grayscale: #434343. Windows color (decimal): -9096179 or 865397. OLE color: 865397.

HSL color Cylindrical-coordinate representation of color #75340D: hue angle of 22.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75340D is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 13 -
CMYK 0 0.56 0.89 0.54
HSL 22.5º 0.8% 0.25% -
HSV(B) 22.5º 0.89% 0.46% -
XYZ 8.64 6.27 1.14 -
YUV 66.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 117 52 13 0 0.56 0.89 0.54 22.5 0.8 0.25
Hex 75 34 D 0 38 59 36 16 50 19
Octal 165 64 15 0 70 131 66 26 120 31
Binary 1110101 110100 1101 0 111000 1011001 110110 10110 1010000 11001

Color Harmonies of #75340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75340D

Black with #75340D

Text Example


Text Example

White with #75340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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