Html Css Color HEX #984612 Saddle Brown

📋 copy color: '#984612'

red 152 ◦ green 70 ◦ blue 18

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

Shades of Saddle Brown #984612

Tints of Saddle Brown #984612

RGB

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

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

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

R = 63.33%
G = 29.17%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#984612 (or 0x984612) is known color: Saddle Brown. HEX triplet: 98, 46 and 12. RGB value is (152,70,18). Sum of RGB (Red+Green+Blue) = 152+70+18=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #984612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984612 is #67B9ED. Grayscale: #585858. Windows color (decimal): -6797806 or 1197720. OLE color: 1197720.

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

Color convert

RGB 152 70 18 -
CMYK 0 0.54 0.88 0.40
HSL 23.28º 0.79% 0.33% -
HSV(B) 23.28º 0.88% 0.6% -
XYZ 15.25 11.1 1.91 -
YUV 88.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 152 70 18 0 0.54 0.88 0.40 23.28 0.79 0.33
Hex 98 46 12 0 36 58 28 17 4F 21
Octal 230 106 22 0 66 130 50 27 117 41
Binary 10011000 1000110 10010 0 110110 1011000 101000 10111 1001111 100001

Color Harmonies of #984612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984612

Black with #984612

Text Example


Text Example

White with #984612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984612; }

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

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

background-color css

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

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

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

border-color css

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

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

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