Html Css Color HEX #726D48 Go Ben

📋 copy color: '#726D48'

red 114 ◦ green 109 ◦ blue 72

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

Shades of Go Ben #726D48

Tints of Go Ben #726D48

RGB

 RED value IS 114 (44.92% from 255) = 38.64%

 GREEN value IS 109 (42.97% from 255) = 36.95%

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

R = 38.64%
G = 36.95%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#726D48 (or 0x726D48) is known color: Go Ben. HEX triplet: 72, 6D and 48. RGB value is (114,109,72). Sum of RGB (Red+Green+Blue) = 114+109+72=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #726D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D48 is #8D92B7. Grayscale: #6A6A6A. Windows color (decimal): -9278136 or 4746610. OLE color: 4746610.

HSL color Cylindrical-coordinate representation of color #726D48: hue angle of 52.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #726D48 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 109 72 -
CMYK 0 0.04 0.37 0.55
HSL 52.86º 0.23% 0.36% -
HSV(B) 52.86º 0.37% 0.45% -
XYZ 13.58 14.98 8.31 -
YUV 106.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 114 109 72 0 0.04 0.37 0.55 52.86 0.23 0.36
Hex 72 6D 48 0 4 25 37 35 17 24
Octal 162 155 110 0 4 45 67 65 27 44
Binary 1110010 1101101 1001000 0 100 100101 110111 110101 10111 100100

Color Harmonies of #726D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D48

Black with #726D48

Text Example


Text Example

White with #726D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726D48; }

 p { color: rgb(114,109,72); }

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

background-color css

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

 a { background-color: rgb(114,109,72); }

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

border-color css

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

 span { border-color: rgb(114,109,72); }

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