#72603B

Color #72603B Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #72603B

Tints of Yellow Metal #72603B

Color information

#72603B (or 0x72603B) is unknown color: approx Yellow Metal. HEX triplet: 72, 60 and 3B. RGB value is (114,96,59). Sum of RGB (Red+Green+Blue) = 114+96+59=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #72603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72603B is #8D9FC4. Grayscale: #616161. Windows color (decimal): -9281477 or 3891314. OLE color: 3891314.

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

Color convert

RGB1149659-
CMYK00.160.480.55
HSL40.36º31.79%33.92%-
HSV(B)40.36º48.25%44.71%-
XYZ11.9112.265.88-
YUV97.16106.46140.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 59 (23.44% from 255) = 21.93%
R=42.38%
G=35.69%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114965900.160.480.5540.3631.7933.92
Hex72603B0103037282022
Octal162140730206067504042
Binary11100101100000111011010000110000110111101000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72603B;
 }
 .AnyTagClassName
 {
   color: #72603B;
 }
</style>
background-color css

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

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

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

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

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

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