Html Css Color HEX #984114 Saddle Brown

📋 copy color: '#984114'

red 152 ◦ green 65 ◦ blue 20

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

Shades of Saddle Brown #984114

Tints of Saddle Brown #984114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.43%

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

R = 64.14%
G = 27.43%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#984114 (or 0x984114) is known color: Saddle Brown. HEX triplet: 98, 41 and 14. RGB value is (152,65,20). Sum of RGB (Red+Green+Blue) = 152+65+20=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #984114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984114 is #67BEEB. Grayscale: #565656. Windows color (decimal): -6799084 or 1327512. OLE color: 1327512.

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

Color convert

RGB 152 65 20 -
CMYK 0 0.57 0.87 0.40
HSL 20.45º 0.77% 0.34% -
HSV(B) 20.45º 0.87% 0.6% -
XYZ 14.97 10.51 1.9 -
YUV 85.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 152 65 20 0 0.57 0.87 0.40 20.45 0.77 0.34
Hex 98 41 14 0 39 57 28 14 4D 22
Octal 230 101 24 0 71 127 50 24 115 42
Binary 10011000 1000001 10100 0 111001 1010111 101000 10100 1001101 100010

Color Harmonies of #984114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984114

Black with #984114

Text Example


Text Example

White with #984114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984114; }

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

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

background-color css

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

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

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

border-color css

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

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

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