Html Css Color HEX #984510 Saddle Brown

📋 copy color: '#984510'

red 152 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #984510

Tints of Saddle Brown #984510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 64.14%
G = 29.11%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#984510 (or 0x984510) is known color: Saddle Brown. HEX triplet: 98, 45 and 10. RGB value is (152,69,16). Sum of RGB (Red+Green+Blue) = 152+69+16=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #984510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984510 is #67BAEF. Grayscale: #585858. Windows color (decimal): -6798064 or 1066392. OLE color: 1066392.

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

Color convert

RGB 152 69 16 -
CMYK 0 0.55 0.89 0.40
HSL 23.38º 0.81% 0.33% -
HSV(B) 23.38º 0.89% 0.6% -
XYZ 15.17 10.97 1.81 -
YUV 87.78 87.5 173.81 -
System Red Green Blue C M Y K H S L
Decimal 152 69 16 0 0.55 0.89 0.40 23.38 0.81 0.33
Hex 98 45 10 0 37 59 28 17 51 21
Octal 230 105 20 0 67 131 50 27 121 41
Binary 10011000 1000101 10000 0 110111 1011001 101000 10111 1010001 100001

Color Harmonies of #984510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984510

Black with #984510

Text Example


Text Example

White with #984510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984510; }

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

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

background-color css

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

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

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

border-color css

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

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

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