Html Css Color HEX #9A710B Golden Brown

📋 copy color: '#9A710B'

red 154 ◦ green 113 ◦ blue 11

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

Shades of Golden Brown #9A710B

Tints of Golden Brown #9A710B

RGB

 RED value IS 154 (60.55% from 255) = 55.4%

 GREEN value IS 113 (44.53% from 255) = 40.65%

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

R = 55.4%
G = 40.65%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#9A710B (or 0x9A710B) is known color: Golden Brown. HEX triplet: 9A, 71 and 0B. RGB value is (154,113,11). Sum of RGB (Red+Green+Blue) = 154+113+11=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A710B is #658EF4. Grayscale: #727272. Windows color (decimal): -6655733 or 749978. OLE color: 749978.

HSL color Cylindrical-coordinate representation of color #9A710B: hue angle of 42.8º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A710B is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 113 11 -
CMYK 0 0.27 0.93 0.40
HSL 42.8º 0.87% 0.32% -
HSV(B) 42.8º 0.93% 0.6% -
XYZ 19.29 18.7 2.91 -
YUV 113.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 154 113 11 0 0.27 0.93 0.40 42.8 0.87 0.32
Hex 9A 71 B 0 1B 5D 28 2B 57 20
Octal 232 161 13 0 33 135 50 53 127 40
Binary 10011010 1110001 1011 0 11011 1011101 101000 101011 1010111 100000

Color Harmonies of #9A710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A710B

Black with #9A710B

Text Example


Text Example

White with #9A710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A710B; }

 p { color: rgb(154,113,11); }

 H1.HeaderClassName
 {
   color: #9A710B;
 }
 .AnyTagClassName
 {
   color: #9A710B;
 }
</style>

background-color css

<style>
 a { background-color: #9A710B; }

 a { background-color: rgb(154,113,11); }

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

border-color css

<style>
 span { border-color: #9A710B; }

 span { border-color: rgb(154,113,11); }

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