Html Css Color HEX #984512 Saddle Brown

📋 copy color: '#984512'

red 152 ◦ green 69 ◦ blue 18

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

Shades of Saddle Brown #984512

Tints of Saddle Brown #984512

RGB

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

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

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

R = 63.6%
G = 28.87%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#984512 (or 0x984512) is known color: Saddle Brown. HEX triplet: 98, 45 and 12. RGB value is (152,69,18). Sum of RGB (Red+Green+Blue) = 152+69+18=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #984512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984512 is #67BAED. Grayscale: #585858. Windows color (decimal): -6798062 or 1197464. OLE color: 1197464.

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

Color convert

RGB 152 69 18 -
CMYK 0 0.55 0.88 0.40
HSL 22.84º 0.79% 0.33% -
HSV(B) 22.84º 0.88% 0.6% -
XYZ 15.19 10.98 1.89 -
YUV 88 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 152 69 18 0 0.55 0.88 0.40 22.84 0.79 0.33
Hex 98 45 12 0 37 58 28 17 4F 21
Octal 230 105 22 0 67 130 50 27 117 41
Binary 10011000 1000101 10010 0 110111 1011000 101000 10111 1001111 100001

Color Harmonies of #984512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984512

Black with #984512

Text Example


Text Example

White with #984512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984512; }

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

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

background-color css

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

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

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

border-color css

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

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

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