Html Css Color HEX #733D1E Peru Tan

📋 copy color: '#733D1E'

red 115 ◦ green 61 ◦ blue 30

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

Shades of Peru Tan #733D1E

Tints of Peru Tan #733D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.56%

R = 55.83%
G = 29.61%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#733D1E (or 0x733D1E) is known color: Peru Tan. HEX triplet: 73, 3D and 1E. RGB value is (115,61,30). Sum of RGB (Red+Green+Blue) = 115+61+30=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #733D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D1E is #8CC2E1. Grayscale: #494949. Windows color (decimal): -9224930 or 1981811. OLE color: 1981811.

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

Color convert

RGB 115 61 30 -
CMYK 0 0.47 0.74 0.55
HSL 21.88º 0.59% 0.28% -
HSV(B) 21.88º 0.74% 0.45% -
XYZ 8.97 7.08 2.12 -
YUV 73.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 115 61 30 0 0.47 0.74 0.55 21.88 0.59 0.28
Hex 73 3D 1E 0 2F 4A 37 16 3B 1C
Octal 163 75 36 0 57 112 67 26 73 34
Binary 1110011 111101 11110 0 101111 1001010 110111 10110 111011 11100

Color Harmonies of #733D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733D1E

Black with #733D1E

Text Example


Text Example

White with #733D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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