Html Css Color HEX #726338 Yellow Metal

📋 copy color: '#726338'

red 114 ◦ green 99 ◦ blue 56

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

Shades of Yellow Metal #726338

Tints of Yellow Metal #726338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.82%

R = 42.38%
G = 36.8%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#726338 (or 0x726338) is known color: Yellow Metal. HEX triplet: 72, 63 and 38. RGB value is (114,99,56). Sum of RGB (Red+Green+Blue) = 114+99+56=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #726338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726338 is #8D9CC7. Grayscale: #626262. Windows color (decimal): -9280712 or 3695474. OLE color: 3695474.

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

Color convert

RGB 114 99 56 -
CMYK 0 0.13 0.51 0.55
HSL 44.48º 0.34% 0.33% -
HSV(B) 44.48º 0.51% 0.45% -
XYZ 12.12 12.79 5.57 -
YUV 98.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 114 99 56 0 0.13 0.51 0.55 44.48 0.34 0.33
Hex 72 63 38 0 D 33 37 2C 22 21
Octal 162 143 70 0 15 63 67 54 42 41
Binary 1110010 1100011 111000 0 1101 110011 110111 101100 100010 100001

Color Harmonies of #726338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726338

Black with #726338

Text Example


Text Example

White with #726338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726338; }

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

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

background-color css

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

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

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

border-color css

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

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

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