Html Css Color HEX #72623B Yellow Metal

📋 copy color: '#72623B'

red 114 ◦ green 98 ◦ blue 59

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

Shades of Yellow Metal #72623B

Tints of Yellow Metal #72623B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.16%

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 42.07%
G = 36.16%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72623B (or 0x72623B) is known color: Yellow Metal. HEX triplet: 72, 62 and 3B. RGB value is (114,98,59). Sum of RGB (Red+Green+Blue) = 114+98+59=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #72623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72623B is #8D9DC4. Grayscale: #626262. Windows color (decimal): -9280965 or 3891826. OLE color: 3891826.

HSL color Cylindrical-coordinate representation of color #72623B: hue angle of 42.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72623B is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 59 -
CMYK 0 0.14 0.48 0.55
HSL 42.55º 0.32% 0.34% -
HSV(B) 42.55º 0.48% 0.45% -
XYZ 12.1 12.63 5.94 -
YUV 98.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 114 98 59 0 0.14 0.48 0.55 42.55 0.32 0.34
Hex 72 62 3B 0 E 30 37 2B 20 22
Octal 162 142 73 0 16 60 67 53 40 42
Binary 1110010 1100010 111011 0 1110 110000 110111 101011 100000 100010

Color Harmonies of #72623B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72623B

Black with #72623B

Text Example


Text Example

White with #72623B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72623B; }

 p { color: rgb(114,98,59); }

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

background-color css

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

 a { background-color: rgb(114,98,59); }

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

border-color css

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

 span { border-color: rgb(114,98,59); }

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