Html Css Color HEX #755148 Congo Brown

📋 copy color: '#755148'

red 117 ◦ green 81 ◦ blue 72

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

Shades of Congo Brown #755148

Tints of Congo Brown #755148

RGB

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

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

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

R = 43.33%
G = 30%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755148 (or 0x755148) is known color: Congo Brown. HEX triplet: 75, 51 and 48. RGB value is (117,81,72). Sum of RGB (Red+Green+Blue) = 117+81+72=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755148 is #8AAEB7. Grayscale: #5A5A5A. Windows color (decimal): -9088696 or 4739445. OLE color: 4739445.

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

Color convert

RGB 117 81 72 -
CMYK 0 0.31 0.38 0.54
HSL 12º 0.24% 0.37% -
HSV(B) 12º 0.38% 0.46% -
XYZ 11.45 10.13 7.48 -
YUV 90.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 117 81 72 0 0.31 0.38 0.54 12 0.24 0.37
Hex 75 51 48 0 1F 26 36 C 18 25
Octal 165 121 110 0 37 46 66 14 30 45
Binary 1110101 1010001 1001000 0 11111 100110 110110 1100 11000 100101

Color Harmonies of #755148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755148

Black with #755148

Text Example


Text Example

White with #755148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755148; }

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

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

background-color css

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

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

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

border-color css

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

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

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