Html Css Color HEX #72620A Yukon Gold

📋 copy color: '#72620A'

red 114 ◦ green 98 ◦ blue 10

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

Shades of Yukon Gold #72620A

Tints of Yukon Gold #72620A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.14%

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 51.35%
G = 44.14%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72620A (or 0x72620A) is known color: Yukon Gold. HEX triplet: 72, 62 and 0A. RGB value is (114,98,10). Sum of RGB (Red+Green+Blue) = 114+98+10=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72620A is #8D9DF5. Grayscale: #5D5D5D. Windows color (decimal): -9281014 or 680562. OLE color: 680562.

HSL color Cylindrical-coordinate representation of color #72620A: hue angle of 50.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72620A is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 10 -
CMYK 0 0.14 0.91 0.55
HSL 50.77º 0.84% 0.24% -
HSV(B) 50.77º 0.91% 0.45% -
XYZ 11.36 12.33 2.07 -
YUV 92.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 114 98 10 0 0.14 0.91 0.55 50.77 0.84 0.24
Hex 72 62 A 0 E 5B 37 33 54 18
Octal 162 142 12 0 16 133 67 63 124 30
Binary 1110010 1100010 1010 0 1110 1011011 110111 110011 1010100 11000

Color Harmonies of #72620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72620A

Black with #72620A

Text Example


Text Example

White with #72620A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,98,10); }

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

background-color css

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

 a { background-color: rgb(114,98,10); }

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

border-color css

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

 span { border-color: rgb(114,98,10); }

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