Html Css Color HEX #72653A Yellow Metal

📋 copy color: '#72653A'

red 114 ◦ green 101 ◦ blue 58

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

Shades of Yellow Metal #72653A

Tints of Yellow Metal #72653A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 41.76%
G = 37%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72653A (or 0x72653A) is known color: Yellow Metal. HEX triplet: 72, 65 and 3A. RGB value is (114,101,58). Sum of RGB (Red+Green+Blue) = 114+101+58=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72653A is #8D9AC5. Grayscale: #646464. Windows color (decimal): -9280198 or 3827058. OLE color: 3827058.

HSL color Cylindrical-coordinate representation of color #72653A: hue angle of 46.07º 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 #72653A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 101 58 -
CMYK 0 0.11 0.49 0.55
HSL 46.07º 0.33% 0.34% -
HSV(B) 46.07º 0.49% 0.45% -
XYZ 12.36 13.19 5.9 -
YUV 99.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 114 101 58 0 0.11 0.49 0.55 46.07 0.33 0.34
Hex 72 65 3A 0 B 31 37 2E 21 22
Octal 162 145 72 0 13 61 67 56 41 42
Binary 1110010 1100101 111010 0 1011 110001 110111 101110 100001 100010

Color Harmonies of #72653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72653A

Black with #72653A

Text Example


Text Example

White with #72653A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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