Html Css Color HEX #753E12 Peru Tan

📋 copy color: '#753E12'

red 117 ◦ green 62 ◦ blue 18

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

Shades of Peru Tan #753E12

Tints of Peru Tan #753E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.47%

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

R = 59.39%
G = 31.47%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#753E12 (or 0x753E12) is known color: Peru Tan. HEX triplet: 75, 3E and 12. RGB value is (117,62,18). Sum of RGB (Red+Green+Blue) = 117+62+18=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #753E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753E12 is #8AC1ED. Grayscale: #494949. Windows color (decimal): -9093614 or 1195637. OLE color: 1195637.

HSL color Cylindrical-coordinate representation of color #753E12: hue angle of 26.67º 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 #753E12 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 18 -
CMYK 0 0.47 0.85 0.54
HSL 26.67º 0.73% 0.26% -
HSV(B) 26.67º 0.85% 0.46% -
XYZ 9.17 7.27 1.49 -
YUV 73.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 117 62 18 0 0.47 0.85 0.54 26.67 0.73 0.26
Hex 75 3E 12 0 2F 55 36 1B 49 1A
Octal 165 76 22 0 57 125 66 33 111 32
Binary 1110101 111110 10010 0 101111 1010101 110110 11011 1001001 11010

Color Harmonies of #753E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E12

Black with #753E12

Text Example


Text Example

White with #753E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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