Html Css Color HEX #72613D Yellow Metal

📋 copy color: '#72613D'

red 114 ◦ green 97 ◦ blue 61

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

Shades of Yellow Metal #72613D

Tints of Yellow Metal #72613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.66%

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

R = 41.91%
G = 35.66%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72613D (or 0x72613D) is known color: Yellow Metal. HEX triplet: 72, 61 and 3D. RGB value is (114,97,61). Sum of RGB (Red+Green+Blue) = 114+97+61=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72613D is #8D9EC2. Grayscale: #626262. Windows color (decimal): -9281219 or 4022642. OLE color: 4022642.

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

Color convert

RGB 114 97 61 -
CMYK 0 0.15 0.46 0.55
HSL 40.75º 0.3% 0.34% -
HSV(B) 40.75º 0.46% 0.45% -
XYZ 12.06 12.46 6.19 -
YUV 97.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 114 97 61 0 0.15 0.46 0.55 40.75 0.3 0.34
Hex 72 61 3D 0 F 2E 37 29 1E 22
Octal 162 141 75 0 17 56 67 51 36 42
Binary 1110010 1100001 111101 0 1111 101110 110111 101001 11110 100010

Color Harmonies of #72613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72613D

Black with #72613D

Text Example


Text Example

White with #72613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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