Html Css Color HEX #736C53 Peat

📋 copy color: '#736C53'

red 115 ◦ green 108 ◦ blue 83

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

Shades of Peat #736C53

Tints of Peat #736C53

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.29%

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 37.58%
G = 35.29%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#736C53 (or 0x736C53) is known color: Peat. HEX triplet: 73, 6C and 53. RGB value is (115,108,83). Sum of RGB (Red+Green+Blue) = 115+108+83=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #736C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C53 is #8C93AC. Grayscale: #6B6B6B. Windows color (decimal): -9212845 or 5467251. OLE color: 5467251.

HSL color Cylindrical-coordinate representation of color #736C53: hue angle of 46.88º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #736C53 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 108 83 -
CMYK 0 0.06 0.28 0.55
HSL 46.88º 0.16% 0.39% -
HSV(B) 46.88º 0.28% 0.45% -
XYZ 13.99 14.99 10.34 -
YUV 107.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 115 108 83 0 0.06 0.28 0.55 46.88 0.16 0.39
Hex 73 6C 53 0 6 1C 37 2F 10 27
Octal 163 154 123 0 6 34 67 57 20 47
Binary 1110011 1101100 1010011 0 110 11100 110111 101111 10000 100111

Color Harmonies of #736C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C53

Black with #736C53

Text Example


Text Example

White with #736C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736C53; }

 p { color: rgb(115,108,83); }

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

background-color css

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

 a { background-color: rgb(115,108,83); }

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

border-color css

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

 span { border-color: rgb(115,108,83); }

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