Html Css Color HEX #75340C Peru Tan

📋 copy color: '#75340C'

red 117 ◦ green 52 ◦ blue 12

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

Shades of Peru Tan #75340C

Tints of Peru Tan #75340C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 64.64%
G = 28.73%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75340C (or 0x75340C) is known color: Peru Tan. HEX triplet: 75, 34 and 0C. RGB value is (117,52,12). Sum of RGB (Red+Green+Blue) = 117+52+12=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75340C is #8ACBF3. Grayscale: #434343. Windows color (decimal): -9096180 or 799861. OLE color: 799861.

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

Color convert

RGB 117 52 12 -
CMYK 0 0.56 0.90 0.54
HSL 22.86º 0.81% 0.25% -
HSV(B) 22.86º 0.9% 0.46% -
XYZ 8.63 6.26 1.1 -
YUV 66.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 117 52 12 0 0.56 0.90 0.54 22.86 0.81 0.25
Hex 75 34 C 0 38 5A 36 17 51 19
Octal 165 64 14 0 70 132 66 27 121 31
Binary 1110101 110100 1100 0 111000 1011010 110110 10111 1010001 11001

Color Harmonies of #75340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75340C

Black with #75340C

Text Example


Text Example

White with #75340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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