Html Css Color HEX #985212 Saddle Brown

📋 copy color: '#985212'

red 152 ◦ green 82 ◦ blue 18

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

Shades of Saddle Brown #985212

Tints of Saddle Brown #985212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 60.32%
G = 32.54%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#985212 (or 0x985212) is known color: Saddle Brown. HEX triplet: 98, 52 and 12. RGB value is (152,82,18). Sum of RGB (Red+Green+Blue) = 152+82+18=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #985212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985212 is #67ADED. Grayscale: #5F5F5F. Windows color (decimal): -6794734 or 1200792. OLE color: 1200792.

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

Color convert

RGB 152 82 18 -
CMYK 0 0.46 0.88 0.40
HSL 28.66º 0.79% 0.33% -
HSV(B) 28.66º 0.88% 0.6% -
XYZ 16.08 12.75 2.19 -
YUV 95.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 152 82 18 0 0.46 0.88 0.40 28.66 0.79 0.33
Hex 98 52 12 0 2E 58 28 1D 4F 21
Octal 230 122 22 0 56 130 50 35 117 41
Binary 10011000 1010010 10010 0 101110 1011000 101000 11101 1001111 100001

Color Harmonies of #985212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985212

Black with #985212

Text Example


Text Example

White with #985212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985212; }

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

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

background-color css

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

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

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

border-color css

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

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

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