Html Css Color HEX #753612 Peru Tan

📋 copy color: '#753612'

red 117 ◦ green 54 ◦ blue 18

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

Shades of Peru Tan #753612

Tints of Peru Tan #753612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.57%

 BLUE value IS 18 (7.42% from 255) = 9.52%

R = 61.9%
G = 28.57%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#753612 (or 0x753612) is known color: Peru Tan. HEX triplet: 75, 36 and 12. RGB value is (117,54,18). Sum of RGB (Red+Green+Blue) = 117+54+18=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #753612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753612 is #8AC9ED. Grayscale: #444444. Windows color (decimal): -9095662 or 1193589. OLE color: 1193589.

HSL color Cylindrical-coordinate representation of color #753612: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #753612 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 18 -
CMYK 0 0.54 0.85 0.54
HSL 21.82º 0.73% 0.26% -
HSV(B) 21.82º 0.85% 0.46% -
XYZ 8.76 6.46 1.36 -
YUV 68.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 117 54 18 0 0.54 0.85 0.54 21.82 0.73 0.26
Hex 75 36 12 0 36 55 36 16 49 1A
Octal 165 66 22 0 66 125 66 26 111 32
Binary 1110101 110110 10010 0 110110 1010101 110110 10110 1001001 11010

Color Harmonies of #753612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753612

Black with #753612

Text Example


Text Example

White with #753612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753612; }

 p { color: rgb(117,54,18); }

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

background-color css

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

 a { background-color: rgb(117,54,18); }

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

border-color css

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

 span { border-color: rgb(117,54,18); }

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