Html Css Color HEX #98740D Golden Brown

📋 copy color: '#98740D'

red 152 ◦ green 116 ◦ blue 13

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

Shades of Golden Brown #98740D

Tints of Golden Brown #98740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 54.09%
G = 41.28%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98740D (or 0x98740D) is known color: Golden Brown. HEX triplet: 98, 74 and 0D. RGB value is (152,116,13). Sum of RGB (Red+Green+Blue) = 152+116+13=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98740D is #678BF2. Grayscale: #737373. Windows color (decimal): -6786035 or 881816. OLE color: 881816.

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

Color convert

RGB 152 116 13 -
CMYK 0 0.24 0.91 0.40
HSL 44.46º 0.84% 0.32% -
HSV(B) 44.46º 0.91% 0.6% -
XYZ 19.27 19.2 3.07 -
YUV 115.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 152 116 13 0 0.24 0.91 0.40 44.46 0.84 0.32
Hex 98 74 D 0 18 5B 28 2C 54 20
Octal 230 164 15 0 30 133 50 54 124 40
Binary 10011000 1110100 1101 0 11000 1011011 101000 101100 1010100 100000

Color Harmonies of #98740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98740D

Black with #98740D

Text Example


Text Example

White with #98740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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