Html Css Color HEX #733006 Peru Tan

📋 copy color: '#733006'

red 115 ◦ green 48 ◦ blue 6

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

Shades of Peru Tan #733006

Tints of Peru Tan #733006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

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

R = 68.05%
G = 28.4%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#733006 (or 0x733006) is known color: Peru Tan. HEX triplet: 73, 30 and 06. RGB value is (115,48,6). Sum of RGB (Red+Green+Blue) = 115+48+6=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #733006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733006 is #8CCFF9. Grayscale: #3F3F3F. Windows color (decimal): -9228282 or 405619. OLE color: 405619.

HSL color Cylindrical-coordinate representation of color #733006: hue angle of 23.12º 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 #733006 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 6 -
CMYK 0 0.58 0.95 0.55
HSL 23.12º 0.9% 0.24% -
HSV(B) 23.12º 0.95% 0.45% -
XYZ 8.16 5.77 0.86 -
YUV 63.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 115 48 6 0 0.58 0.95 0.55 23.12 0.9 0.24
Hex 73 30 6 0 3A 5F 37 17 5A 18
Octal 163 60 6 0 72 137 67 27 132 30
Binary 1110011 110000 110 0 111010 1011111 110111 10111 1011010 11000

Color Harmonies of #733006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733006

Black with #733006

Text Example


Text Example

White with #733006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733006; }

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

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

background-color css

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

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

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

border-color css

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

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

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