Html Css Color HEX #733D14 Peru Tan

📋 copy color: '#733D14'

red 115 ◦ green 61 ◦ blue 20

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

Shades of Peru Tan #733D14

Tints of Peru Tan #733D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.2%

R = 58.67%
G = 31.12%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#733D14 (or 0x733D14) is known color: Peru Tan. HEX triplet: 73, 3D and 14. RGB value is (115,61,20). Sum of RGB (Red+Green+Blue) = 115+61+20=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #733D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733D14 is #8CC2EB. Grayscale: #484848. Windows color (decimal): -9224940 or 1326451. OLE color: 1326451.

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

Color convert

RGB 115 61 20 -
CMYK 0 0.47 0.83 0.55
HSL 25.89º 0.7% 0.26% -
HSV(B) 25.89º 0.83% 0.45% -
XYZ 8.87 7.03 1.55 -
YUV 72.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 115 61 20 0 0.47 0.83 0.55 25.89 0.7 0.26
Hex 73 3D 14 0 2F 53 37 1A 46 1A
Octal 163 75 24 0 57 123 67 32 106 32
Binary 1110011 111101 10100 0 101111 1010011 110111 11010 1000110 11010

Color Harmonies of #733D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733D14

Black with #733D14

Text Example


Text Example

White with #733D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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