Html Css Color HEX #9A701A Golden Brown

📋 copy color: '#9A701A'

red 154 ◦ green 112 ◦ blue 26

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

Shades of Golden Brown #9A701A

Tints of Golden Brown #9A701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

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

R = 52.74%
G = 38.36%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#9A701A (or 0x9A701A) is known color: Golden Brown. HEX triplet: 9A, 70 and 1A. RGB value is (154,112,26). Sum of RGB (Red+Green+Blue) = 154+112+26=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A701A is #658FE5. Grayscale: #737373. Windows color (decimal): -6655974 or 1732762. OLE color: 1732762.

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

Color convert

RGB 154 112 26 -
CMYK 0 0.27 0.83 0.40
HSL 40.31º 0.71% 0.35% -
HSV(B) 40.31º 0.83% 0.6% -
XYZ 19.31 18.53 3.54 -
YUV 114.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 154 112 26 0 0.27 0.83 0.40 40.31 0.71 0.35
Hex 9A 70 1A 0 1B 53 28 28 47 23
Octal 232 160 32 0 33 123 50 50 107 43
Binary 10011010 1110000 11010 0 11011 1010011 101000 101000 1000111 100011

Color Harmonies of #9A701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A701A

Black with #9A701A

Text Example


Text Example

White with #9A701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,112,26); }

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

background-color css

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

 a { background-color: rgb(154,112,26); }

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

border-color css

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

 span { border-color: rgb(154,112,26); }

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