Html Css Color HEX #72630B Yukon Gold

📋 copy color: '#72630B'

red 114 ◦ green 99 ◦ blue 11

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

Shades of Yukon Gold #72630B

Tints of Yukon Gold #72630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 50.89%
G = 44.2%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72630B (or 0x72630B) is known color: Yukon Gold. HEX triplet: 72, 63 and 0B. RGB value is (114,99,11). Sum of RGB (Red+Green+Blue) = 114+99+11=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72630B is #8D9CF4. Grayscale: #5D5D5D. Windows color (decimal): -9280757 or 746354. OLE color: 746354.

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

Color convert

RGB 114 99 11 -
CMYK 0 0.13 0.90 0.55
HSL 51.26º 0.82% 0.25% -
HSV(B) 51.26º 0.9% 0.45% -
XYZ 11.46 12.53 2.13 -
YUV 93.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 114 99 11 0 0.13 0.90 0.55 51.26 0.82 0.25
Hex 72 63 B 0 D 5A 37 33 52 19
Octal 162 143 13 0 15 132 67 63 122 31
Binary 1110010 1100011 1011 0 1101 1011010 110111 110011 1010010 11001

Color Harmonies of #72630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72630B

Black with #72630B

Text Example


Text Example

White with #72630B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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