Html Css Color HEX #98720D Golden Brown

📋 copy color: '#98720D'

red 152 ◦ green 114 ◦ blue 13

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

Shades of Golden Brown #98720D

Tints of Golden Brown #98720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.86%

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

R = 54.48%
G = 40.86%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98720D (or 0x98720D) is known color: Golden Brown. HEX triplet: 98, 72 and 0D. RGB value is (152,114,13). Sum of RGB (Red+Green+Blue) = 152+114+13=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98720D is #678DF2. Grayscale: #727272. Windows color (decimal): -6786547 or 881304. OLE color: 881304.

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

Color convert

RGB 152 114 13 -
CMYK 0 0.25 0.91 0.40
HSL 43.6º 0.84% 0.32% -
HSV(B) 43.6º 0.91% 0.6% -
XYZ 19.04 18.74 2.99 -
YUV 113.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 152 114 13 0 0.25 0.91 0.40 43.6 0.84 0.32
Hex 98 72 D 0 19 5B 28 2C 54 20
Octal 230 162 15 0 31 133 50 54 124 40
Binary 10011000 1110010 1101 0 11001 1011011 101000 101100 1010100 100000

Color Harmonies of #98720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98720D

Black with #98720D

Text Example


Text Example

White with #98720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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