Html Css Color HEX #705148 Congo Brown

📋 copy color: '#705148'

red 112 ◦ green 81 ◦ blue 72

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

Shades of Congo Brown #705148

Tints of Congo Brown #705148

RGB

 RED value IS 112 (44.14% from 255) = 42.26%

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

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

R = 42.26%
G = 30.57%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#705148 (or 0x705148) is known color: Congo Brown. HEX triplet: 70, 51 and 48. RGB value is (112,81,72). Sum of RGB (Red+Green+Blue) = 112+81+72=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705148 is #8FAEB7. Grayscale: #595959. Windows color (decimal): -9416376 or 4739440. OLE color: 4739440.

HSL color Cylindrical-coordinate representation of color #705148: hue angle of 13.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705148 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 72 -
CMYK 0 0.28 0.36 0.56
HSL 13.5º 0.22% 0.36% -
HSV(B) 13.5º 0.36% 0.44% -
XYZ 10.79 9.8 7.45 -
YUV 89.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 112 81 72 0 0.28 0.36 0.56 13.5 0.22 0.36
Hex 70 51 48 0 1C 24 38 E 16 24
Octal 160 121 110 0 34 44 70 16 26 44
Binary 1110000 1010001 1001000 0 11100 100100 111000 1110 10110 100100

Color Harmonies of #705148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705148

Black with #705148

Text Example


Text Example

White with #705148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705148; }

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

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

background-color css

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

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

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

border-color css

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

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

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