Html Css Color HEX #984610 Saddle Brown

📋 copy color: '#984610'

red 152 ◦ green 70 ◦ blue 16

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

Shades of Saddle Brown #984610

Tints of Saddle Brown #984610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

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

R = 63.87%
G = 29.41%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#984610 (or 0x984610) is known color: Saddle Brown. HEX triplet: 98, 46 and 10. RGB value is (152,70,16). Sum of RGB (Red+Green+Blue) = 152+70+16=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #984610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984610 is #67B9EF. Grayscale: #585858. Windows color (decimal): -6797808 or 1066648. OLE color: 1066648.

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

Color convert

RGB 152 70 16 -
CMYK 0 0.54 0.89 0.40
HSL 23.82º 0.81% 0.33% -
HSV(B) 23.82º 0.89% 0.6% -
XYZ 15.23 11.09 1.83 -
YUV 88.36 87.17 173.39 -
System Red Green Blue C M Y K H S L
Decimal 152 70 16 0 0.54 0.89 0.40 23.82 0.81 0.33
Hex 98 46 10 0 36 59 28 18 51 21
Octal 230 106 20 0 66 131 50 30 121 41
Binary 10011000 1000110 10000 0 110110 1011001 101000 11000 1010001 100001

Color Harmonies of #984610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984610

Black with #984610

Text Example


Text Example

White with #984610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984610; }

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

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

background-color css

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

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

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

border-color css

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

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

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