Html Css Color HEX #755249 Congo Brown

📋 copy color: '#755249'

red 117 ◦ green 82 ◦ blue 73

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

Shades of Congo Brown #755249

Tints of Congo Brown #755249

RGB

 RED value IS 117 (46.09% from 255) = 43.01%

 GREEN value IS 82 (32.42% from 255) = 30.15%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 43.01%
G = 30.15%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755249 (or 0x755249) is known color: Congo Brown. HEX triplet: 75, 52 and 49. RGB value is (117,82,73). Sum of RGB (Red+Green+Blue) = 117+82+73=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755249 is #8AADB6. Grayscale: #5B5B5B. Windows color (decimal): -9088439 or 4805237. OLE color: 4805237.

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

Color convert

RGB 117 82 73 -
CMYK 0 0.30 0.38 0.54
HSL 12.27º 0.23% 0.37% -
HSV(B) 12.27º 0.38% 0.46% -
XYZ 11.56 10.3 7.68 -
YUV 91.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 117 82 73 0 0.30 0.38 0.54 12.27 0.23 0.37
Hex 75 52 49 0 1E 26 36 C 17 25
Octal 165 122 111 0 36 46 66 14 27 45
Binary 1110101 1010010 1001001 0 11110 100110 110110 1100 10111 100101

Color Harmonies of #755249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755249

Black with #755249

Text Example


Text Example

White with #755249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755249; }

 p { color: rgb(117,82,73); }

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

background-color css

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

 a { background-color: rgb(117,82,73); }

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

border-color css

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

 span { border-color: rgb(117,82,73); }

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