Html Css Color HEX #985215 Saddle Brown

📋 copy color: '#985215'

red 152 ◦ green 82 ◦ blue 21

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

Shades of Saddle Brown #985215

Tints of Saddle Brown #985215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 59.61%
G = 32.16%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#985215 (or 0x985215) is known color: Saddle Brown. HEX triplet: 98, 52 and 15. RGB value is (152,82,21). Sum of RGB (Red+Green+Blue) = 152+82+21=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #985215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985215 is #67ADEA. Grayscale: #606060. Windows color (decimal): -6794731 or 1397400. OLE color: 1397400.

HSL color Cylindrical-coordinate representation of color #985215: hue angle of 27.94º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #985215 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 82 21 -
CMYK 0 0.46 0.86 0.40
HSL 27.94º 0.76% 0.34% -
HSV(B) 27.94º 0.86% 0.6% -
XYZ 16.1 12.76 2.32 -
YUV 95.98 85.69 167.96 -
System Red Green Blue C M Y K H S L
Decimal 152 82 21 0 0.46 0.86 0.40 27.94 0.76 0.34
Hex 98 52 15 0 2E 56 28 1C 4C 22
Octal 230 122 25 0 56 126 50 34 114 42
Binary 10011000 1010010 10101 0 101110 1010110 101000 11100 1001100 100010

Color Harmonies of #985215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985215

Black with #985215

Text Example


Text Example

White with #985215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985215; }

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

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

background-color css

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

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

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

border-color css

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

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

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