Html Css Color HEX #985100 Saddle Brown

📋 copy color: '#985100'

red 152 ◦ green 81 ◦ blue 0

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

Shades of Saddle Brown #985100

Tints of Saddle Brown #985100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.24%
G = 34.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#985100 (or 0x985100) is known color: Saddle Brown. HEX triplet: 98, 51 and 00. RGB value is (152,81,0). Sum of RGB (Red+Green+Blue) = 152+81+0=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #985100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985100 is #67AEFF. Grayscale: #5D5D5D. Windows color (decimal): -6795008 or 20888. OLE color: 20888.

HSL color Cylindrical-coordinate representation of color #985100: hue angle of 31.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #985100 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 0 -
CMYK 0 0.47 1 0.40
HSL 31.97º 1% 0.3% -
HSV(B) 31.97º 1% 0.6% -
XYZ 15.89 12.56 1.59 -
YUV 93 75.52 170.09 -
System Red Green Blue C M Y K H S L
Decimal 152 81 0 0 0.47 1 0.40 31.97 1 0.3
Hex 98 51 0 0 2F 64 28 20 64 1E
Octal 230 121 0 0 57 144 50 40 144 36
Binary 10011000 1010001 0 0 101111 1100100 101000 100000 1100100 11110

Color Harmonies of #985100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985100

Black with #985100

Text Example


Text Example

White with #985100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985100; }

 p { color: rgb(152,81,0); }

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

background-color css

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

 a { background-color: rgb(152,81,0); }

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

border-color css

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

 span { border-color: rgb(152,81,0); }

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