Html Css Color HEX #745048 Congo Brown

📋 copy color: '#745048'

red 116 ◦ green 80 ◦ blue 72

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

Shades of Congo Brown #745048

Tints of Congo Brown #745048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 43.28%
G = 29.85%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#745048 (or 0x745048) is known color: Congo Brown. HEX triplet: 74, 50 and 48. RGB value is (116,80,72). Sum of RGB (Red+Green+Blue) = 116+80+72=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #745048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745048 is #8BAFB7. Grayscale: #595959. Windows color (decimal): -9154488 or 4739188. OLE color: 4739188.

HSL color Cylindrical-coordinate representation of color #745048: hue angle of 10.91º 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 #745048 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 72 -
CMYK 0 0.31 0.38 0.55
HSL 10.91º 0.23% 0.37% -
HSV(B) 10.91º 0.38% 0.45% -
XYZ 11.24 9.92 7.45 -
YUV 89.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 116 80 72 0 0.31 0.38 0.55 10.91 0.23 0.37
Hex 74 50 48 0 1F 26 37 B 17 25
Octal 164 120 110 0 37 46 67 13 27 45
Binary 1110100 1010000 1001000 0 11111 100110 110111 1011 10111 100101

Color Harmonies of #745048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745048

Black with #745048

Text Example


Text Example

White with #745048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745048; }

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

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

background-color css

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

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

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

border-color css

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

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

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