Html Css Color HEX #733B1F Peru Tan

📋 copy color: '#733B1F'

red 115 ◦ green 59 ◦ blue 31

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

Shades of Peru Tan #733B1F

Tints of Peru Tan #733B1F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.78%

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 56.1%
G = 28.78%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#733B1F (or 0x733B1F) is known color: Peru Tan. HEX triplet: 73, 3B and 1F. RGB value is (115,59,31). Sum of RGB (Red+Green+Blue) = 115+59+31=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #733B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B1F is #8CC4E0. Grayscale: #484848. Windows color (decimal): -9225441 or 2046835. OLE color: 2046835.

HSL color Cylindrical-coordinate representation of color #733B1F: hue angle of 20º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #733B1F is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 59 31 -
CMYK 0 0.49 0.73 0.55
HSL 20º 0.58% 0.29% -
HSV(B) 20º 0.73% 0.45% -
XYZ 8.88 6.87 2.15 -
YUV 72.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 115 59 31 0 0.49 0.73 0.55 20 0.58 0.29
Hex 73 3B 1F 0 31 49 37 14 3A 1D
Octal 163 73 37 0 61 111 67 24 72 35
Binary 1110011 111011 11111 0 110001 1001001 110111 10100 111010 11101

Color Harmonies of #733B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733B1F

Black with #733B1F

Text Example


Text Example

White with #733B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,59,31); }

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

background-color css

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

 a { background-color: rgb(115,59,31); }

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

border-color css

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

 span { border-color: rgb(115,59,31); }

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