Html Css Color HEX #72683A Yellow Metal

📋 copy color: '#72683A'

red 114 ◦ green 104 ◦ blue 58

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

Shades of Yellow Metal #72683A

Tints of Yellow Metal #72683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 41.3%
G = 37.68%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72683A (or 0x72683A) is known color: Yellow Metal. HEX triplet: 72, 68 and 3A. RGB value is (114,104,58). Sum of RGB (Red+Green+Blue) = 114+104+58=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72683A is #8D97C5. Grayscale: #656565. Windows color (decimal): -9279430 or 3827826. OLE color: 3827826.

HSL color Cylindrical-coordinate representation of color #72683A: hue angle of 49.29º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72683A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 58 -
CMYK 0 0.09 0.49 0.55
HSL 49.29º 0.33% 0.34% -
HSV(B) 49.29º 0.49% 0.45% -
XYZ 12.65 13.78 6 -
YUV 101.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 114 104 58 0 0.09 0.49 0.55 49.29 0.33 0.34
Hex 72 68 3A 0 9 31 37 31 21 22
Octal 162 150 72 0 11 61 67 61 41 42
Binary 1110010 1101000 111010 0 1001 110001 110111 110001 100001 100010

Color Harmonies of #72683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72683A

Black with #72683A

Text Example


Text Example

White with #72683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72683A; }

 p { color: rgb(114,104,58); }

 H1.HeaderClassName
 {
   color: #72683A;
 }
 .AnyTagClassName
 {
   color: #72683A;
 }
</style>

background-color css

<style>
 a { background-color: #72683A; }

 a { background-color: rgb(114,104,58); }

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

border-color css

<style>
 span { border-color: #72683A; }

 span { border-color: rgb(114,104,58); }

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