Html Css Color HEX #726341 Yellow Metal

📋 copy color: '#726341'

red 114 ◦ green 99 ◦ blue 65

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

Shades of Yellow Metal #726341

Tints of Yellow Metal #726341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 41.01%
G = 35.61%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#726341 (or 0x726341) is known color: Yellow Metal. HEX triplet: 72, 63 and 41. RGB value is (114,99,65). Sum of RGB (Red+Green+Blue) = 114+99+65=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #726341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726341 is #8D9CBE. Grayscale: #636363. Windows color (decimal): -9280703 or 4285298. OLE color: 4285298.

HSL color Cylindrical-coordinate representation of color #726341: hue angle of 41.63º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #726341 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 65 -
CMYK 0 0.13 0.43 0.55
HSL 41.63º 0.27% 0.35% -
HSV(B) 41.63º 0.43% 0.45% -
XYZ 12.36 12.88 6.84 -
YUV 99.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 114 99 65 0 0.13 0.43 0.55 41.63 0.27 0.35
Hex 72 63 41 0 D 2B 37 2A 1B 23
Octal 162 143 101 0 15 53 67 52 33 43
Binary 1110010 1100011 1000001 0 1101 101011 110111 101010 11011 100011

Color Harmonies of #726341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726341

Black with #726341

Text Example


Text Example

White with #726341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726341; }

 p { color: rgb(114,99,65); }

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

background-color css

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

 a { background-color: rgb(114,99,65); }

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

border-color css

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

 span { border-color: rgb(114,99,65); }

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