Html Css Color HEX #98740C Golden Brown

📋 copy color: '#98740C'

red 152 ◦ green 116 ◦ blue 12

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

Shades of Golden Brown #98740C

Tints of Golden Brown #98740C

RGB

 RED value IS 152 (59.77% from 255) = 54.29%

 GREEN value IS 116 (45.7% from 255) = 41.43%

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

R = 54.29%
G = 41.43%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98740C (or 0x98740C) is known color: Golden Brown. HEX triplet: 98, 74 and 0C. RGB value is (152,116,12). Sum of RGB (Red+Green+Blue) = 152+116+12=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98740C is #678BF3. Grayscale: #737373. Windows color (decimal): -6786036 or 816280. OLE color: 816280.

HSL color Cylindrical-coordinate representation of color #98740C: hue angle of 44.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98740C is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 116 12 -
CMYK 0 0.24 0.92 0.40
HSL 44.57º 0.85% 0.32% -
HSV(B) 44.57º 0.92% 0.6% -
XYZ 19.26 19.19 3.04 -
YUV 114.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 152 116 12 0 0.24 0.92 0.40 44.57 0.85 0.32
Hex 98 74 C 0 18 5C 28 2D 55 20
Octal 230 164 14 0 30 134 50 55 125 40
Binary 10011000 1110100 1100 0 11000 1011100 101000 101101 1010101 100000

Color Harmonies of #98740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98740C

Black with #98740C

Text Example


Text Example

White with #98740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,116,12); }

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

background-color css

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

 a { background-color: rgb(152,116,12); }

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

border-color css

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

 span { border-color: rgb(152,116,12); }

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