Html Css Color HEX #733812 Peru Tan

📋 copy color: '#733812'

red 115 ◦ green 56 ◦ blue 18

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

Shades of Peru Tan #733812

Tints of Peru Tan #733812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.63%

 BLUE value IS 18 (7.42% from 255) = 9.52%

R = 60.85%
G = 29.63%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#733812 (or 0x733812) is known color: Peru Tan. HEX triplet: 73, 38 and 12. RGB value is (115,56,18). Sum of RGB (Red+Green+Blue) = 115+56+18=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #733812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733812 is #8CC7ED. Grayscale: #454545. Windows color (decimal): -9226222 or 1194099. OLE color: 1194099.

HSL color Cylindrical-coordinate representation of color #733812: hue angle of 23.51º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #733812 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 56 18 -
CMYK 0 0.51 0.84 0.55
HSL 23.51º 0.73% 0.26% -
HSV(B) 23.51º 0.84% 0.45% -
XYZ 8.59 6.52 1.38 -
YUV 69.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 115 56 18 0 0.51 0.84 0.55 23.51 0.73 0.26
Hex 73 38 12 0 33 54 37 18 49 1A
Octal 163 70 22 0 63 124 67 30 111 32
Binary 1110011 111000 10010 0 110011 1010100 110111 11000 1001001 11010

Color Harmonies of #733812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733812

Black with #733812

Text Example


Text Example

White with #733812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733812; }

 p { color: rgb(115,56,18); }

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

background-color css

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

 a { background-color: rgb(115,56,18); }

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

border-color css

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

 span { border-color: rgb(115,56,18); }

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