Html Css Color HEX #726E32 Crete

📋 copy color: '#726E32'

red 114 ◦ green 110 ◦ blue 50

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

Shades of Crete #726E32

Tints of Crete #726E32

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.15%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 41.61%
G = 40.15%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#726E32 (or 0x726E32) is known color: Crete. HEX triplet: 72, 6E and 32. RGB value is (114,110,50). Sum of RGB (Red+Green+Blue) = 114+110+50=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #726E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E32 is #8D91CD. Grayscale: #686868. Windows color (decimal): -9277902 or 3305074. OLE color: 3305074.

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

Color convert

RGB 114 110 50 -
CMYK 0 0.04 0.56 0.55
HSL 56.25º 0.39% 0.32% -
HSV(B) 56.25º 0.56% 0.45% -
XYZ 13.09 14.96 5.22 -
YUV 104.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 114 110 50 0 0.04 0.56 0.55 56.25 0.39 0.32
Hex 72 6E 32 0 4 38 37 38 27 20
Octal 162 156 62 0 4 70 67 70 47 40
Binary 1110010 1101110 110010 0 100 111000 110111 111000 100111 100000

Color Harmonies of #726E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E32

Black with #726E32

Text Example


Text Example

White with #726E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,110,50); }

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

background-color css

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

 a { background-color: rgb(114,110,50); }

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

border-color css

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

 span { border-color: rgb(114,110,50); }

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