Html Css Color HEX #985200 Saddle Brown

📋 copy color: '#985200'

red 152 ◦ green 82 ◦ blue 0

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

Shades of Saddle Brown #985200

Tints of Saddle Brown #985200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

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

R = 64.96%
G = 35.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#985200 (or 0x985200) is known color: Saddle Brown. HEX triplet: 98, 52 and 00. RGB value is (152,82,0). Sum of RGB (Red+Green+Blue) = 152+82+0=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #985200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985200 is #67ADFF. Grayscale: #5D5D5D. Windows color (decimal): -6794752 or 21144. OLE color: 21144.

HSL color Cylindrical-coordinate representation of color #985200: hue angle of 32.37º 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 #985200 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 82 0 -
CMYK 0 0.46 1 0.40
HSL 32.37º 1% 0.3% -
HSV(B) 32.37º 1% 0.6% -
XYZ 15.97 12.71 1.61 -
YUV 93.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 152 82 0 0 0.46 1 0.40 32.37 1 0.3
Hex 98 52 0 0 2E 64 28 20 64 1E
Octal 230 122 0 0 56 144 50 40 144 36
Binary 10011000 1010010 0 0 101110 1100100 101000 100000 1100100 11110

Color Harmonies of #985200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985200

Black with #985200

Text Example


Text Example

White with #985200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985200; }

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

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

background-color css

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

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

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

border-color css

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

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

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