Html Css Color HEX #733712 Peru Tan

📋 copy color: '#733712'

red 115 ◦ green 55 ◦ blue 18

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

Shades of Peru Tan #733712

Tints of Peru Tan #733712

RGB

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

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

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

R = 61.17%
G = 29.26%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#733712 (or 0x733712) is known color: Peru Tan. HEX triplet: 73, 37 and 12. RGB value is (115,55,18). Sum of RGB (Red+Green+Blue) = 115+55+18=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #733712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733712 is #8CC8ED. Grayscale: #444444. Windows color (decimal): -9226478 or 1193843. OLE color: 1193843.

HSL color Cylindrical-coordinate representation of color #733712: hue angle of 22.89º 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 #733712 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 55 18 -
CMYK 0 0.52 0.84 0.55
HSL 22.89º 0.73% 0.26% -
HSV(B) 22.89º 0.84% 0.45% -
XYZ 8.55 6.42 1.36 -
YUV 68.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 115 55 18 0 0.52 0.84 0.55 22.89 0.73 0.26
Hex 73 37 12 0 34 54 37 17 49 1A
Octal 163 67 22 0 64 124 67 27 111 32
Binary 1110011 110111 10010 0 110100 1010100 110111 10111 1001001 11010

Color Harmonies of #733712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733712

Black with #733712

Text Example


Text Example

White with #733712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733712; }

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

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

background-color css

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

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

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

border-color css

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

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

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