Html Css Color HEX #733F1D Peru Tan

📋 copy color: '#733F1D'

red 115 ◦ green 63 ◦ blue 29

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

Shades of Peru Tan #733F1D

Tints of Peru Tan #733F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 30.43%

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

R = 55.56%
G = 30.43%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#733F1D (or 0x733F1D) is known color: Peru Tan. HEX triplet: 73, 3F and 1D. RGB value is (115,63,29). Sum of RGB (Red+Green+Blue) = 115+63+29=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #733F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F1D is #8CC0E2. Grayscale: #4A4A4A. Windows color (decimal): -9224419 or 1916787. OLE color: 1916787.

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

Color convert

RGB 115 63 29 -
CMYK 0 0.45 0.75 0.55
HSL 23.72º 0.6% 0.28% -
HSV(B) 23.72º 0.75% 0.45% -
XYZ 9.07 7.29 2.09 -
YUV 74.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 115 63 29 0 0.45 0.75 0.55 23.72 0.6 0.28
Hex 73 3F 1D 0 2D 4B 37 18 3C 1C
Octal 163 77 35 0 55 113 67 30 74 34
Binary 1110011 111111 11101 0 101101 1001011 110111 11000 111100 11100

Color Harmonies of #733F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733F1D

Black with #733F1D

Text Example


Text Example

White with #733F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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