Html Css Color HEX #726D35 Crete

📋 copy color: '#726D35'

red 114 ◦ green 109 ◦ blue 53

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

Shades of Crete #726D35

Tints of Crete #726D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 41.3%
G = 39.49%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#726D35 (or 0x726D35) is known color: Crete. HEX triplet: 72, 6D and 35. RGB value is (114,109,53). Sum of RGB (Red+Green+Blue) = 114+109+53=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #726D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D35 is #8D92CA. Grayscale: #686868. Windows color (decimal): -9278155 or 3501426. OLE color: 3501426.

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

Color convert

RGB 114 109 53 -
CMYK 0 0.04 0.54 0.55
HSL 55.08º 0.37% 0.33% -
HSV(B) 55.08º 0.54% 0.45% -
XYZ 13.05 14.77 5.53 -
YUV 104.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 114 109 53 0 0.04 0.54 0.55 55.08 0.37 0.33
Hex 72 6D 35 0 4 36 37 37 25 21
Octal 162 155 65 0 4 66 67 67 45 41
Binary 1110010 1101101 110101 0 100 110110 110111 110111 100101 100001

Color Harmonies of #726D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D35

Black with #726D35

Text Example


Text Example

White with #726D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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