Html Css Color HEX #745148 Congo Brown

📋 copy color: '#745148'

red 116 ◦ green 81 ◦ blue 72

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

Shades of Congo Brown #745148

Tints of Congo Brown #745148

RGB

 RED value IS 116 (45.7% from 255) = 43.12%

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 72 (28.52% from 255) = 26.77%

R = 43.12%
G = 30.11%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#745148 (or 0x745148) is known color: Congo Brown. HEX triplet: 74, 51 and 48. RGB value is (116,81,72). Sum of RGB (Red+Green+Blue) = 116+81+72=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #745148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745148 is #8BAEB7. Grayscale: #5A5A5A. Windows color (decimal): -9154232 or 4739444. OLE color: 4739444.

HSL color Cylindrical-coordinate representation of color #745148: hue angle of 12.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #745148 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 72 -
CMYK 0 0.30 0.38 0.55
HSL 12.27º 0.23% 0.37% -
HSV(B) 12.27º 0.38% 0.45% -
XYZ 11.31 10.07 7.48 -
YUV 90.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 116 81 72 0 0.30 0.38 0.55 12.27 0.23 0.37
Hex 74 51 48 0 1E 26 37 C 17 25
Octal 164 121 110 0 36 46 67 14 27 45
Binary 1110100 1010001 1001000 0 11110 100110 110111 1100 10111 100101

Color Harmonies of #745148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745148

Black with #745148

Text Example


Text Example

White with #745148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745148; }

 p { color: rgb(116,81,72); }

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

background-color css

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

 a { background-color: rgb(116,81,72); }

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

border-color css

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

 span { border-color: rgb(116,81,72); }

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