Html Css Color HEX #733C1F Peru Tan

📋 copy color: '#733C1F'

red 115 ◦ green 60 ◦ blue 31

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

Shades of Peru Tan #733C1F

Tints of Peru Tan #733C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.13%

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

R = 55.83%
G = 29.13%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#733C1F (or 0x733C1F) is known color: Peru Tan. HEX triplet: 73, 3C and 1F. RGB value is (115,60,31). Sum of RGB (Red+Green+Blue) = 115+60+31=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #733C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C1F is #8CC3E0. Grayscale: #494949. Windows color (decimal): -9225185 or 2047091. OLE color: 2047091.

HSL color Cylindrical-coordinate representation of color #733C1F: hue angle of 20.71º 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 #733C1F is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 60 31 -
CMYK 0 0.48 0.73 0.55
HSL 20.71º 0.58% 0.29% -
HSV(B) 20.71º 0.73% 0.45% -
XYZ 8.93 6.98 2.17 -
YUV 73.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 115 60 31 0 0.48 0.73 0.55 20.71 0.58 0.29
Hex 73 3C 1F 0 30 49 37 15 3A 1D
Octal 163 74 37 0 60 111 67 25 72 35
Binary 1110011 111100 11111 0 110000 1001001 110111 10101 111010 11101

Color Harmonies of #733C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733C1F

Black with #733C1F

Text Example


Text Example

White with #733C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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