Html Css Color HEX #72673F Yellow Metal

📋 copy color: '#72673F'

red 114 ◦ green 103 ◦ blue 63

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

Shades of Yellow Metal #72673F

Tints of Yellow Metal #72673F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

 BLUE value IS 63 (25% from 255) = 22.5%

R = 40.71%
G = 36.79%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72673F (or 0x72673F) is known color: Yellow Metal. HEX triplet: 72, 67 and 3F. RGB value is (114,103,63). Sum of RGB (Red+Green+Blue) = 114+103+63=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #72673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72673F is #8D98C0. Grayscale: #656565. Windows color (decimal): -9279681 or 4155250. OLE color: 4155250.

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

Color convert

RGB 114 103 63 -
CMYK 0 0.10 0.45 0.55
HSL 47.06º 0.29% 0.35% -
HSV(B) 47.06º 0.45% 0.45% -
XYZ 12.69 13.64 6.67 -
YUV 101.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 114 103 63 0 0.10 0.45 0.55 47.06 0.29 0.35
Hex 72 67 3F 0 A 2D 37 2F 1D 23
Octal 162 147 77 0 12 55 67 57 35 43
Binary 1110010 1100111 111111 0 1010 101101 110111 101111 11101 100011

Color Harmonies of #72673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72673F

Black with #72673F

Text Example


Text Example

White with #72673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72673F; }

 p { color: rgb(114,103,63); }

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

background-color css

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

 a { background-color: rgb(114,103,63); }

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

border-color css

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

 span { border-color: rgb(114,103,63); }

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