Html Css Color HEX #984614 Saddle Brown

📋 copy color: '#984614'

red 152 ◦ green 70 ◦ blue 20

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

Shades of Saddle Brown #984614

Tints of Saddle Brown #984614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 62.81%
G = 28.93%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#984614 (or 0x984614) is known color: Saddle Brown. HEX triplet: 98, 46 and 14. RGB value is (152,70,20). Sum of RGB (Red+Green+Blue) = 152+70+20=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #984614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984614 is #67B9EB. Grayscale: #595959. Windows color (decimal): -6797804 or 1328792. OLE color: 1328792.

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

Color convert

RGB 152 70 20 -
CMYK 0 0.54 0.87 0.40
HSL 22.73º 0.77% 0.34% -
HSV(B) 22.73º 0.87% 0.6% -
XYZ 15.27 11.11 2 -
YUV 88.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 152 70 20 0 0.54 0.87 0.40 22.73 0.77 0.34
Hex 98 46 14 0 36 57 28 17 4D 22
Octal 230 106 24 0 66 127 50 27 115 42
Binary 10011000 1000110 10100 0 110110 1010111 101000 10111 1001101 100010

Color Harmonies of #984614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984614

Black with #984614

Text Example


Text Example

White with #984614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984614; }

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

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

background-color css

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

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

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

border-color css

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

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

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