Html Css Color HEX #72673D Yellow Metal

📋 copy color: '#72673D'

red 114 ◦ green 103 ◦ blue 61

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

Shades of Yellow Metal #72673D

Tints of Yellow Metal #72673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.05%

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

R = 41.01%
G = 37.05%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72673D (or 0x72673D) is known color: Yellow Metal. HEX triplet: 72, 67 and 3D. RGB value is (114,103,61). Sum of RGB (Red+Green+Blue) = 114+103+61=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72673D is #8D98C2. Grayscale: #656565. Windows color (decimal): -9279683 or 4024178. OLE color: 4024178.

HSL color Cylindrical-coordinate representation of color #72673D: hue angle of 47.55º 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 #72673D is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 61 -
CMYK 0 0.10 0.46 0.55
HSL 47.55º 0.3% 0.34% -
HSV(B) 47.55º 0.46% 0.45% -
XYZ 12.63 13.61 6.38 -
YUV 101.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 114 103 61 0 0.10 0.46 0.55 47.55 0.3 0.34
Hex 72 67 3D 0 A 2E 37 30 1E 22
Octal 162 147 75 0 12 56 67 60 36 42
Binary 1110010 1100111 111101 0 1010 101110 110111 110000 11110 100010

Color Harmonies of #72673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72673D

Black with #72673D

Text Example


Text Example

White with #72673D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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