Html Css Color HEX #98700D Golden Brown

📋 copy color: '#98700D'

red 152 ◦ green 112 ◦ blue 13

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

Shades of Golden Brown #98700D

Tints of Golden Brown #98700D

RGB

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

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

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

R = 54.87%
G = 40.43%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98700D (or 0x98700D) is known color: Golden Brown. HEX triplet: 98, 70 and 0D. RGB value is (152,112,13). Sum of RGB (Red+Green+Blue) = 152+112+13=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98700D is #678FF2. Grayscale: #717171. Windows color (decimal): -6787059 or 880792. OLE color: 880792.

HSL color Cylindrical-coordinate representation of color #98700D: hue angle of 42.73º 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 #98700D is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 13 -
CMYK 0 0.26 0.91 0.40
HSL 42.73º 0.84% 0.32% -
HSV(B) 42.73º 0.91% 0.6% -
XYZ 18.82 18.29 2.92 -
YUV 112.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 152 112 13 0 0.26 0.91 0.40 42.73 0.84 0.32
Hex 98 70 D 0 1A 5B 28 2B 54 20
Octal 230 160 15 0 32 133 50 53 124 40
Binary 10011000 1110000 1101 0 11010 1011011 101000 101011 1010100 100000

Color Harmonies of #98700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98700D

Black with #98700D

Text Example


Text Example

White with #98700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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