Html Css Color HEX #985012 Saddle Brown

📋 copy color: '#985012'

red 152 ◦ green 80 ◦ blue 18

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

Shades of Saddle Brown #985012

Tints of Saddle Brown #985012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 60.8%
G = 32%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#985012 (or 0x985012) is known color: Saddle Brown. HEX triplet: 98, 50 and 12. RGB value is (152,80,18). Sum of RGB (Red+Green+Blue) = 152+80+18=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #985012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985012 is #67AFED. Grayscale: #5E5E5E. Windows color (decimal): -6795246 or 1200280. OLE color: 1200280.

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

Color convert

RGB 152 80 18 -
CMYK 0 0.47 0.88 0.40
HSL 27.76º 0.79% 0.33% -
HSV(B) 27.76º 0.88% 0.6% -
XYZ 15.93 12.46 2.14 -
YUV 94.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 152 80 18 0 0.47 0.88 0.40 27.76 0.79 0.33
Hex 98 50 12 0 2F 58 28 1C 4F 21
Octal 230 120 22 0 57 130 50 34 117 41
Binary 10011000 1010000 10010 0 101111 1011000 101000 11100 1001111 100001

Color Harmonies of #985012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985012

Black with #985012

Text Example


Text Example

White with #985012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985012; }

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

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

background-color css

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

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

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

border-color css

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

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

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