Html Css Color HEX #733406 Peru Tan

📋 copy color: '#733406'

red 115 ◦ green 52 ◦ blue 6

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

Shades of Peru Tan #733406

Tints of Peru Tan #733406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

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

R = 66.47%
G = 30.06%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#733406 (or 0x733406) is known color: Peru Tan. HEX triplet: 73, 34 and 06. RGB value is (115,52,6). Sum of RGB (Red+Green+Blue) = 115+52+6=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #733406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733406 is #8CCBF9. Grayscale: #414141. Windows color (decimal): -9227258 or 406643. OLE color: 406643.

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

Color convert

RGB 115 52 6 -
CMYK 0 0.55 0.95 0.55
HSL 25.32º 0.9% 0.24% -
HSV(B) 25.32º 0.95% 0.45% -
XYZ 8.33 6.11 0.91 -
YUV 65.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 115 52 6 0 0.55 0.95 0.55 25.32 0.9 0.24
Hex 73 34 6 0 37 5F 37 19 5A 18
Octal 163 64 6 0 67 137 67 31 132 30
Binary 1110011 110100 110 0 110111 1011111 110111 11001 1011010 11000

Color Harmonies of #733406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733406

Black with #733406

Text Example


Text Example

White with #733406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733406; }

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

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

background-color css

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

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

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

border-color css

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

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

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