Html Css Color HEX #72633D Yellow Metal

📋 copy color: '#72633D'

red 114 ◦ green 99 ◦ blue 61

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

Shades of Yellow Metal #72633D

Tints of Yellow Metal #72633D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 41.61%
G = 36.13%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72633D (or 0x72633D) is known color: Yellow Metal. HEX triplet: 72, 63 and 3D. RGB value is (114,99,61). Sum of RGB (Red+Green+Blue) = 114+99+61=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72633D is #8D9CC2. Grayscale: #636363. Windows color (decimal): -9280707 or 4023154. OLE color: 4023154.

HSL color Cylindrical-coordinate representation of color #72633D: hue angle of 43.02º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72633D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 61 -
CMYK 0 0.13 0.46 0.55
HSL 43.02º 0.3% 0.34% -
HSV(B) 43.02º 0.46% 0.45% -
XYZ 12.24 12.84 6.25 -
YUV 99.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 114 99 61 0 0.13 0.46 0.55 43.02 0.3 0.34
Hex 72 63 3D 0 D 2E 37 2B 1E 22
Octal 162 143 75 0 15 56 67 53 36 42
Binary 1110010 1100011 111101 0 1101 101110 110111 101011 11110 100010

Color Harmonies of #72633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72633D

Black with #72633D

Text Example


Text Example

White with #72633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72633D; }

 p { color: rgb(114,99,61); }

 H1.HeaderClassName
 {
   color: #72633D;
 }
 .AnyTagClassName
 {
   color: #72633D;
 }
</style>

background-color css

<style>
 a { background-color: #72633D; }

 a { background-color: rgb(114,99,61); }

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

border-color css

<style>
 span { border-color: #72633D; }

 span { border-color: rgb(114,99,61); }

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