Html Css Color HEX #733A17 Peru Tan

📋 copy color: '#733A17'

red 115 ◦ green 58 ◦ blue 23

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

Shades of Peru Tan #733A17

Tints of Peru Tan #733A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

 BLUE value IS 23 (9.38% from 255) = 11.73%

R = 58.67%
G = 29.59%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#733A17 (or 0x733A17) is known color: Peru Tan. HEX triplet: 73, 3A and 17. RGB value is (115,58,23). Sum of RGB (Red+Green+Blue) = 115+58+23=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #733A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A17 is #8CC5E8. Grayscale: #474747. Windows color (decimal): -9225705 or 1522291. OLE color: 1522291.

HSL color Cylindrical-coordinate representation of color #733A17: hue angle of 22.83º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #733A17 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 58 23 -
CMYK 0 0.50 0.80 0.55
HSL 22.83º 0.67% 0.27% -
HSV(B) 22.83º 0.8% 0.45% -
XYZ 8.74 6.73 1.65 -
YUV 71.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 115 58 23 0 0.50 0.80 0.55 22.83 0.67 0.27
Hex 73 3A 17 0 32 50 37 17 43 1B
Octal 163 72 27 0 62 120 67 27 103 33
Binary 1110011 111010 10111 0 110010 1010000 110111 10111 1000011 11011

Color Harmonies of #733A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733A17

Black with #733A17

Text Example


Text Example

White with #733A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,58,23); }

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

background-color css

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

 a { background-color: rgb(115,58,23); }

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

border-color css

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

 span { border-color: rgb(115,58,23); }

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