Html Css Color HEX #745047 Congo Brown

📋 copy color: '#745047'

red 116 ◦ green 80 ◦ blue 71

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

Shades of Congo Brown #745047

Tints of Congo Brown #745047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 43.45%
G = 29.96%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#745047 (or 0x745047) is known color: Congo Brown. HEX triplet: 74, 50 and 47. RGB value is (116,80,71). Sum of RGB (Red+Green+Blue) = 116+80+71=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #745047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745047 is #8BAFB8. Grayscale: #595959. Windows color (decimal): -9154489 or 4673652. OLE color: 4673652.

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

Color convert

RGB 116 80 71 -
CMYK 0 0.31 0.39 0.55
HSL 12º 0.24% 0.37% -
HSV(B) 12º 0.39% 0.45% -
XYZ 11.21 9.91 7.28 -
YUV 89.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 116 80 71 0 0.31 0.39 0.55 12 0.24 0.37
Hex 74 50 47 0 1F 27 37 C 18 25
Octal 164 120 107 0 37 47 67 14 30 45
Binary 1110100 1010000 1000111 0 11111 100111 110111 1100 11000 100101

Color Harmonies of #745047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745047

Black with #745047

Text Example


Text Example

White with #745047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745047; }

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

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

background-color css

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

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

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

border-color css

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

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

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