Html Css Color HEX #753D12 Peru Tan

📋 copy color: '#753D12'

red 117 ◦ green 61 ◦ blue 18

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

Shades of Peru Tan #753D12

Tints of Peru Tan #753D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.12%

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

R = 59.69%
G = 31.12%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#753D12 (or 0x753D12) is known color: Peru Tan. HEX triplet: 75, 3D and 12. RGB value is (117,61,18). Sum of RGB (Red+Green+Blue) = 117+61+18=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #753D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753D12 is #8AC2ED. Grayscale: #494949. Windows color (decimal): -9093870 or 1195381. OLE color: 1195381.

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

Color convert

RGB 117 61 18 -
CMYK 0 0.48 0.85 0.54
HSL 26.06º 0.73% 0.26% -
HSV(B) 26.06º 0.85% 0.46% -
XYZ 9.11 7.16 1.47 -
YUV 72.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 117 61 18 0 0.48 0.85 0.54 26.06 0.73 0.26
Hex 75 3D 12 0 30 55 36 1A 49 1A
Octal 165 75 22 0 60 125 66 32 111 32
Binary 1110101 111101 10010 0 110000 1010101 110110 11010 1001001 11010

Color Harmonies of #753D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D12

Black with #753D12

Text Example


Text Example

White with #753D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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