Html Css Color HEX #98540F Golden Brown

📋 copy color: '#98540F'

red 152 ◦ green 84 ◦ blue 15

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

Shades of Golden Brown #98540F

Tints of Golden Brown #98540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 60.56%
G = 33.47%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98540F (or 0x98540F) is known color: Golden Brown. HEX triplet: 98, 54 and 0F. RGB value is (152,84,15). Sum of RGB (Red+Green+Blue) = 152+84+15=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98540F is #67ABF0. Grayscale: #606060. Windows color (decimal): -6794225 or 1004696. OLE color: 1004696.

HSL color Cylindrical-coordinate representation of color #98540F: hue angle of 30.22º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98540F is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 84 15 -
CMYK 0 0.45 0.90 0.40
HSL 30.22º 0.82% 0.33% -
HSV(B) 30.22º 0.9% 0.6% -
XYZ 16.21 13.05 2.12 -
YUV 96.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 152 84 15 0 0.45 0.90 0.40 30.22 0.82 0.33
Hex 98 54 F 0 2D 5A 28 1E 52 21
Octal 230 124 17 0 55 132 50 36 122 41
Binary 10011000 1010100 1111 0 101101 1011010 101000 11110 1010010 100001

Color Harmonies of #98540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98540F

Black with #98540F

Text Example


Text Example

White with #98540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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