Html Css Color HEX #733106 Peru Tan

📋 copy color: '#733106'

red 115 ◦ green 49 ◦ blue 6

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

Shades of Peru Tan #733106

Tints of Peru Tan #733106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

 BLUE value IS 6 (2.73% from 255) = 3.53%

R = 67.65%
G = 28.82%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#733106 (or 0x733106) is known color: Peru Tan. HEX triplet: 73, 31 and 06. RGB value is (115,49,6). Sum of RGB (Red+Green+Blue) = 115+49+6=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #733106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733106 is #8CCEF9. Grayscale: #404040. Windows color (decimal): -9228026 or 405875. OLE color: 405875.

HSL color Cylindrical-coordinate representation of color #733106: hue angle of 23.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #733106 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 49 6 -
CMYK 0 0.57 0.95 0.55
HSL 23.67º 0.9% 0.24% -
HSV(B) 23.67º 0.95% 0.45% -
XYZ 8.2 5.85 0.87 -
YUV 63.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 115 49 6 0 0.57 0.95 0.55 23.67 0.9 0.24
Hex 73 31 6 0 39 5F 37 18 5A 18
Octal 163 61 6 0 71 137 67 30 132 30
Binary 1110011 110001 110 0 111001 1011111 110111 11000 1011010 11000

Color Harmonies of #733106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733106

Black with #733106

Text Example


Text Example

White with #733106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733106; }

 p { color: rgb(115,49,6); }

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

background-color css

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

 a { background-color: rgb(115,49,6); }

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

border-color css

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

 span { border-color: rgb(115,49,6); }

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