Html Css Color HEX #743D12 Peru Tan

📋 copy color: '#743D12'

red 116 ◦ green 61 ◦ blue 18

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

Shades of Peru Tan #743D12

Tints of Peru Tan #743D12

RGB

 RED value IS 116 (45.7% from 255) = 59.49%

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

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

R = 59.49%
G = 31.28%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#743D12 (or 0x743D12) is known color: Peru Tan. HEX triplet: 74, 3D and 12. RGB value is (116,61,18). Sum of RGB (Red+Green+Blue) = 116+61+18=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #743D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D12 is #8BC2ED. Grayscale: #484848. Windows color (decimal): -9159406 or 1195380. OLE color: 1195380.

HSL color Cylindrical-coordinate representation of color #743D12: hue angle of 26.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #743D12 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 61 18 -
CMYK 0 0.47 0.84 0.55
HSL 26.33º 0.73% 0.26% -
HSV(B) 26.33º 0.84% 0.45% -
XYZ 8.98 7.09 1.47 -
YUV 72.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 116 61 18 0 0.47 0.84 0.55 26.33 0.73 0.26
Hex 74 3D 12 0 2F 54 37 1A 49 1A
Octal 164 75 22 0 57 124 67 32 111 32
Binary 1110100 111101 10010 0 101111 1010100 110111 11010 1001001 11010

Color Harmonies of #743D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D12

Black with #743D12

Text Example


Text Example

White with #743D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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