Html Css Color HEX #98750D Golden Brown

📋 copy color: '#98750D'

red 152 ◦ green 117 ◦ blue 13

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

Shades of Golden Brown #98750D

Tints of Golden Brown #98750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 53.9%
G = 41.49%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98750D (or 0x98750D) is known color: Golden Brown. HEX triplet: 98, 75 and 0D. RGB value is (152,117,13). Sum of RGB (Red+Green+Blue) = 152+117+13=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98750D is #678AF2. Grayscale: #747474. Windows color (decimal): -6785779 or 882072. OLE color: 882072.

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

Color convert

RGB 152 117 13 -
CMYK 0 0.23 0.91 0.40
HSL 44.89º 0.84% 0.32% -
HSV(B) 44.89º 0.91% 0.6% -
XYZ 19.38 19.43 3.11 -
YUV 115.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 152 117 13 0 0.23 0.91 0.40 44.89 0.84 0.32
Hex 98 75 D 0 17 5B 28 2D 54 20
Octal 230 165 15 0 27 133 50 55 124 40
Binary 10011000 1110101 1101 0 10111 1011011 101000 101101 1010100 100000

Color Harmonies of #98750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98750D

Black with #98750D

Text Example


Text Example

White with #98750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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