Html Css Color HEX #983510 Saddle Brown

📋 copy color: '#983510'

red 152 ◦ green 53 ◦ blue 16

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

Shades of Saddle Brown #983510

Tints of Saddle Brown #983510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 68.78%
G = 23.98%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#983510 (or 0x983510) is known color: Saddle Brown. HEX triplet: 98, 35 and 10. RGB value is (152,53,16). Sum of RGB (Red+Green+Blue) = 152+53+16=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #983510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983510 is #67CAEF. Grayscale: #4E4E4E. Windows color (decimal): -6802160 or 1062296. OLE color: 1062296.

HSL color Cylindrical-coordinate representation of color #983510: hue angle of 16.32º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #983510 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 16 -
CMYK 0 0.65 0.89 0.40
HSL 16.32º 0.81% 0.33% -
HSV(B) 16.32º 0.89% 0.6% -
XYZ 14.32 9.26 1.52 -
YUV 78.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 152 53 16 0 0.65 0.89 0.40 16.32 0.81 0.33
Hex 98 35 10 0 41 59 28 10 51 21
Octal 230 65 20 0 101 131 50 20 121 41
Binary 10011000 110101 10000 0 1000001 1011001 101000 10000 1010001 100001

Color Harmonies of #983510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983510

Black with #983510

Text Example


Text Example

White with #983510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983510; }

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

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

background-color css

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

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

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

border-color css

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

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

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