Html Css Color HEX #72641A Yukon Gold

📋 copy color: '#72641A'

red 114 ◦ green 100 ◦ blue 26

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

Shades of Yukon Gold #72641A

Tints of Yukon Gold #72641A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.67%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 47.5%
G = 41.67%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72641A (or 0x72641A) is known color: Yukon Gold. HEX triplet: 72, 64 and 1A. RGB value is (114,100,26). Sum of RGB (Red+Green+Blue) = 114+100+26=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72641A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72641A is #8D9BE5. Grayscale: #606060. Windows color (decimal): -9280486 or 1729650. OLE color: 1729650.

HSL color Cylindrical-coordinate representation of color #72641A: hue angle of 50.45º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72641A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 26 -
CMYK 0 0.12 0.77 0.55
HSL 50.45º 0.63% 0.27% -
HSV(B) 50.45º 0.77% 0.45% -
XYZ 11.68 12.77 2.83 -
YUV 95.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 114 100 26 0 0.12 0.77 0.55 50.45 0.63 0.27
Hex 72 64 1A 0 C 4D 37 32 3F 1B
Octal 162 144 32 0 14 115 67 62 77 33
Binary 1110010 1100100 11010 0 1100 1001101 110111 110010 111111 11011

Color Harmonies of #72641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72641A

Black with #72641A

Text Example


Text Example

White with #72641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,100,26); }

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

background-color css

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

 a { background-color: rgb(114,100,26); }

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

border-color css

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

 span { border-color: rgb(114,100,26); }

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