Html Css Color HEX #733711 Peru Tan

📋 copy color: '#733711'

red 115 ◦ green 55 ◦ blue 17

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

Shades of Peru Tan #733711

Tints of Peru Tan #733711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.41%

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 61.5%
G = 29.41%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#733711 (or 0x733711) is known color: Peru Tan. HEX triplet: 73, 37 and 11. RGB value is (115,55,17). Sum of RGB (Red+Green+Blue) = 115+55+17=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #733711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733711 is #8CC8EE. Grayscale: #444444. Windows color (decimal): -9226479 or 1128307. OLE color: 1128307.

HSL color Cylindrical-coordinate representation of color #733711: hue angle of 23.27º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #733711 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 55 17 -
CMYK 0 0.52 0.85 0.55
HSL 23.27º 0.74% 0.26% -
HSV(B) 23.27º 0.85% 0.45% -
XYZ 8.54 6.42 1.32 -
YUV 68.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 115 55 17 0 0.52 0.85 0.55 23.27 0.74 0.26
Hex 73 37 11 0 34 55 37 17 4A 1A
Octal 163 67 21 0 64 125 67 27 112 32
Binary 1110011 110111 10001 0 110100 1010101 110111 10111 1001010 11010

Color Harmonies of #733711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733711

Black with #733711

Text Example


Text Example

White with #733711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733711; }

 p { color: rgb(115,55,17); }

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

background-color css

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

 a { background-color: rgb(115,55,17); }

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

border-color css

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

 span { border-color: rgb(115,55,17); }

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