Html Css Color HEX #733D1D Peru Tan

📋 copy color: '#733D1D'

red 115 ◦ green 61 ◦ blue 29

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

Shades of Peru Tan #733D1D

Tints of Peru Tan #733D1D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.76%

 BLUE value IS 29 (11.72% from 255) = 14.15%

R = 56.1%
G = 29.76%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#733D1D (or 0x733D1D) is known color: Peru Tan. HEX triplet: 73, 3D and 1D. RGB value is (115,61,29). Sum of RGB (Red+Green+Blue) = 115+61+29=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #733D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D1D is #8CC2E2. Grayscale: #494949. Windows color (decimal): -9224931 or 1916275. OLE color: 1916275.

HSL color Cylindrical-coordinate representation of color #733D1D: hue angle of 22.33º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #733D1D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 61 29 -
CMYK 0 0.47 0.75 0.55
HSL 22.33º 0.6% 0.28% -
HSV(B) 22.33º 0.75% 0.45% -
XYZ 8.96 7.07 2.05 -
YUV 73.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 115 61 29 0 0.47 0.75 0.55 22.33 0.6 0.28
Hex 73 3D 1D 0 2F 4B 37 16 3C 1C
Octal 163 75 35 0 57 113 67 26 74 34
Binary 1110011 111101 11101 0 101111 1001011 110111 10110 111100 11100

Color Harmonies of #733D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733D1D

Black with #733D1D

Text Example


Text Example

White with #733D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,61,29); }

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

background-color css

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

 a { background-color: rgb(115,61,29); }

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

border-color css

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

 span { border-color: rgb(115,61,29); }

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