Html Css Color HEX #984714 Saddle Brown

📋 copy color: '#984714'

red 152 ◦ green 71 ◦ blue 20

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

Shades of Saddle Brown #984714

Tints of Saddle Brown #984714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.22%

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

R = 62.55%
G = 29.22%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#984714 (or 0x984714) is known color: Saddle Brown. HEX triplet: 98, 47 and 14. RGB value is (152,71,20). Sum of RGB (Red+Green+Blue) = 152+71+20=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #984714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984714 is #67B8EB. Grayscale: #595959. Windows color (decimal): -6797548 or 1329048. OLE color: 1329048.

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

Color convert

RGB 152 71 20 -
CMYK 0 0.53 0.87 0.40
HSL 23.18º 0.77% 0.34% -
HSV(B) 23.18º 0.87% 0.6% -
XYZ 15.33 11.23 2.02 -
YUV 89.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 152 71 20 0 0.53 0.87 0.40 23.18 0.77 0.34
Hex 98 47 14 0 35 57 28 17 4D 22
Octal 230 107 24 0 65 127 50 27 115 42
Binary 10011000 1000111 10100 0 110101 1010111 101000 10111 1001101 100010

Color Harmonies of #984714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984714

Black with #984714

Text Example


Text Example

White with #984714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984714; }

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

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

background-color css

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

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

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

border-color css

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

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

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