Html Css Color HEX #72603B Yellow Metal

📋 copy color: '#72603B'

red 114 ◦ green 96 ◦ blue 59

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

Shades of Yellow Metal #72603B

Tints of Yellow Metal #72603B

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 value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72603B (or 0x72603B) is known color: 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

RGB 114 96 59 -
CMYK 0 0.16 0.48 0.55
HSL 40.36º 0.32% 0.34% -
HSV(B) 40.36º 0.48% 0.45% -
XYZ 11.91 12.26 5.88 -
YUV 97.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 114 96 59 0 0.16 0.48 0.55 40.36 0.32 0.34
Hex 72 60 3B 0 10 30 37 28 20 22
Octal 162 140 73 0 20 60 67 50 40 42
Binary 1110010 1100000 111011 0 10000 110000 110111 101000 100000 100010

Color Harmonies of #72603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72603B

Black with #72603B

Text Example


Text Example

White with #72603B

Text Example


Text Example

HTML Codes & Css Web 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>