Html Css Color HEX #98500F Saddle Brown

📋 copy color: '#98500F'

red 152 ◦ green 80 ◦ blue 15

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

Shades of Saddle Brown #98500F

Tints of Saddle Brown #98500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

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

R = 61.54%
G = 32.39%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98500F (or 0x98500F) is known color: Saddle Brown. HEX triplet: 98, 50 and 0F. RGB value is (152,80,15). Sum of RGB (Red+Green+Blue) = 152+80+15=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98500F is #67AFF0. Grayscale: #5E5E5E. Windows color (decimal): -6795249 or 1003672. OLE color: 1003672.

HSL color Cylindrical-coordinate representation of color #98500F: hue angle of 28.47º 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 #98500F is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 15 -
CMYK 0 0.47 0.90 0.40
HSL 28.47º 0.82% 0.33% -
HSV(B) 28.47º 0.9% 0.6% -
XYZ 15.9 12.45 2.02 -
YUV 94.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 152 80 15 0 0.47 0.90 0.40 28.47 0.82 0.33
Hex 98 50 F 0 2F 5A 28 1C 52 21
Octal 230 120 17 0 57 132 50 34 122 41
Binary 10011000 1010000 1111 0 101111 1011010 101000 11100 1010010 100001

Color Harmonies of #98500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98500F

Black with #98500F

Text Example


Text Example

White with #98500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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