Html Css Color HEX #72630C Yukon Gold

📋 copy color: '#72630C'

red 114 ◦ green 99 ◦ blue 12

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

Shades of Yukon Gold #72630C

Tints of Yukon Gold #72630C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 50.67%
G = 44%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72630C (or 0x72630C) is known color: Yukon Gold. HEX triplet: 72, 63 and 0C. RGB value is (114,99,12). Sum of RGB (Red+Green+Blue) = 114+99+12=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72630C is #8D9CF3. Grayscale: #5D5D5D. Windows color (decimal): -9280756 or 811890. OLE color: 811890.

HSL color Cylindrical-coordinate representation of color #72630C: hue angle of 51.18º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72630C is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 12 -
CMYK 0 0.13 0.89 0.55
HSL 51.18º 0.81% 0.25% -
HSV(B) 51.18º 0.89% 0.45% -
XYZ 11.47 12.53 2.16 -
YUV 93.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 114 99 12 0 0.13 0.89 0.55 51.18 0.81 0.25
Hex 72 63 C 0 D 59 37 33 51 19
Octal 162 143 14 0 15 131 67 63 121 31
Binary 1110010 1100011 1100 0 1101 1011001 110111 110011 1010001 11001

Color Harmonies of #72630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72630C

Black with #72630C

Text Example


Text Example

White with #72630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72630C; }

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

 H1.HeaderClassName
 {
   color: #72630C;
 }
 .AnyTagClassName
 {
   color: #72630C;
 }
</style>

background-color css

<style>
 a { background-color: #72630C; }

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

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

border-color css

<style>
 span { border-color: #72630C; }

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

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