Html Css Color HEX #733E14 Peru Tan

📋 copy color: '#733E14'

red 115 ◦ green 62 ◦ blue 20

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

Shades of Peru Tan #733E14

Tints of Peru Tan #733E14

RGB

 RED value IS 115 (45.31% from 255) = 58.38%

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

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 58.38%
G = 31.47%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#733E14 (or 0x733E14) is known color: Peru Tan. HEX triplet: 73, 3E and 14. RGB value is (115,62,20). Sum of RGB (Red+Green+Blue) = 115+62+20=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #733E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733E14 is #8CC1EB. Grayscale: #494949. Windows color (decimal): -9224684 or 1326707. OLE color: 1326707.

HSL color Cylindrical-coordinate representation of color #733E14: hue angle of 26.53º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #733E14 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 62 20 -
CMYK 0 0.46 0.83 0.55
HSL 26.53º 0.7% 0.26% -
HSV(B) 26.53º 0.83% 0.45% -
XYZ 8.92 7.14 1.57 -
YUV 73.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 115 62 20 0 0.46 0.83 0.55 26.53 0.7 0.26
Hex 73 3E 14 0 2E 53 37 1B 46 1A
Octal 163 76 24 0 56 123 67 33 106 32
Binary 1110011 111110 10100 0 101110 1010011 110111 11011 1000110 11010

Color Harmonies of #733E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733E14

Black with #733E14

Text Example


Text Example

White with #733E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733E14; }

 p { color: rgb(115,62,20); }

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

background-color css

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

 a { background-color: rgb(115,62,20); }

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

border-color css

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

 span { border-color: rgb(115,62,20); }

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