Html Css Color HEX #72643B Yellow Metal

📋 copy color: '#72643B'

red 114 ◦ green 100 ◦ blue 59

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

Shades of Yellow Metal #72643B

Tints of Yellow Metal #72643B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.63%

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

R = 41.76%
G = 36.63%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72643B (or 0x72643B) is known color: Yellow Metal. HEX triplet: 72, 64 and 3B. RGB value is (114,100,59). Sum of RGB (Red+Green+Blue) = 114+100+59=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72643B is #8D9BC4. Grayscale: #636363. Windows color (decimal): -9280453 or 3892338. OLE color: 3892338.

HSL color Cylindrical-coordinate representation of color #72643B: hue angle of 44.73º 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 #72643B is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 59 -
CMYK 0 0.12 0.48 0.55
HSL 44.73º 0.32% 0.34% -
HSV(B) 44.73º 0.48% 0.45% -
XYZ 12.29 13.01 6 -
YUV 99.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 114 100 59 0 0.12 0.48 0.55 44.73 0.32 0.34
Hex 72 64 3B 0 C 30 37 2D 20 22
Octal 162 144 73 0 14 60 67 55 40 42
Binary 1110010 1100100 111011 0 1100 110000 110111 101101 100000 100010

Color Harmonies of #72643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72643B

Black with #72643B

Text Example


Text Example

White with #72643B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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