Html Css Color HEX #733C1D Peru Tan

📋 copy color: '#733C1D'

red 115 ◦ green 60 ◦ blue 29

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

Shades of Peru Tan #733C1D

Tints of Peru Tan #733C1D

RGB

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

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

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

R = 56.37%
G = 29.41%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#733C1D (or 0x733C1D) is known color: Peru Tan. HEX triplet: 73, 3C and 1D. RGB value is (115,60,29). Sum of RGB (Red+Green+Blue) = 115+60+29=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #733C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C1D is #8CC3E2. Grayscale: #494949. Windows color (decimal): -9225187 or 1916019. OLE color: 1916019.

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

Color convert

RGB 115 60 29 -
CMYK 0 0.48 0.75 0.55
HSL 21.63º 0.6% 0.28% -
HSV(B) 21.63º 0.75% 0.45% -
XYZ 8.91 6.97 2.04 -
YUV 72.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 115 60 29 0 0.48 0.75 0.55 21.63 0.6 0.28
Hex 73 3C 1D 0 30 4B 37 16 3C 1C
Octal 163 74 35 0 60 113 67 26 74 34
Binary 1110011 111100 11101 0 110000 1001011 110111 10110 111100 11100

Color Harmonies of #733C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733C1D

Black with #733C1D

Text Example


Text Example

White with #733C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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