Html Css Color HEX #98540D Golden Brown

📋 copy color: '#98540D'

red 152 ◦ green 84 ◦ blue 13

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

Shades of Golden Brown #98540D

Tints of Golden Brown #98540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

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

R = 61.04%
G = 33.73%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98540D (or 0x98540D) is known color: Golden Brown. HEX triplet: 98, 54 and 0D. RGB value is (152,84,13). Sum of RGB (Red+Green+Blue) = 152+84+13=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #98540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98540D is #67ABF2. Grayscale: #606060. Windows color (decimal): -6794227 or 873624. OLE color: 873624.

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

Color convert

RGB 152 84 13 -
CMYK 0 0.45 0.91 0.40
HSL 30.65º 0.84% 0.32% -
HSV(B) 30.65º 0.91% 0.6% -
XYZ 16.19 13.05 2.05 -
YUV 96.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 152 84 13 0 0.45 0.91 0.40 30.65 0.84 0.32
Hex 98 54 D 0 2D 5B 28 1F 54 20
Octal 230 124 15 0 55 133 50 37 124 40
Binary 10011000 1010100 1101 0 101101 1011011 101000 11111 1010100 100000

Color Harmonies of #98540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98540D

Black with #98540D

Text Example


Text Example

White with #98540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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