Html Css Color HEX #983500 Saddle Brown

📋 copy color: '#983500'

red 152 ◦ green 53 ◦ blue 0

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

Shades of Saddle Brown #983500

Tints of Saddle Brown #983500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.85%

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

R = 74.15%
G = 25.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#983500 (or 0x983500) is known color: Saddle Brown. HEX triplet: 98, 35 and 00. RGB value is (152,53,0). Sum of RGB (Red+Green+Blue) = 152+53+0=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #983500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983500 is #67CAFF. Grayscale: #4C4C4C. Windows color (decimal): -6802176 or 13720. OLE color: 13720.

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

Color convert

RGB 152 53 0 -
CMYK 0 0.65 1 0.40
HSL 20.92º 1% 0.3% -
HSV(B) 20.92º 1% 0.6% -
XYZ 14.22 9.22 1.03 -
YUV 76.56 84.8 181.81 -
System Red Green Blue C M Y K H S L
Decimal 152 53 0 0 0.65 1 0.40 20.92 1 0.3
Hex 98 35 0 0 41 64 28 15 64 1E
Octal 230 65 0 0 101 144 50 25 144 36
Binary 10011000 110101 0 0 1000001 1100100 101000 10101 1100100 11110

Color Harmonies of #983500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983500

Black with #983500

Text Example


Text Example

White with #983500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983500; }

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

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

background-color css

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

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

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

border-color css

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

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

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