Html Css Color HEX #733E1D Peru Tan

📋 copy color: '#733E1D'

red 115 ◦ green 62 ◦ blue 29

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

Shades of Peru Tan #733E1D

Tints of Peru Tan #733E1D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.1%

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

R = 55.83%
G = 30.1%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#733E1D (or 0x733E1D) is known color: Peru Tan. HEX triplet: 73, 3E and 1D. RGB value is (115,62,29). Sum of RGB (Red+Green+Blue) = 115+62+29=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #733E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E1D is #8CC1E2. Grayscale: #4A4A4A. Windows color (decimal): -9224675 or 1916531. OLE color: 1916531.

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

Color convert

RGB 115 62 29 -
CMYK 0 0.46 0.75 0.55
HSL 23.02º 0.6% 0.28% -
HSV(B) 23.02º 0.75% 0.45% -
XYZ 9.01 7.18 2.07 -
YUV 74.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 115 62 29 0 0.46 0.75 0.55 23.02 0.6 0.28
Hex 73 3E 1D 0 2E 4B 37 17 3C 1C
Octal 163 76 35 0 56 113 67 27 74 34
Binary 1110011 111110 11101 0 101110 1001011 110111 10111 111100 11100

Color Harmonies of #733E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733E1D

Black with #733E1D

Text Example


Text Example

White with #733E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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