Html Css Color HEX #983714 Saddle Brown

📋 copy color: '#983714'

red 152 ◦ green 55 ◦ blue 20

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

Shades of Saddle Brown #983714

Tints of Saddle Brown #983714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.23%

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

R = 66.96%
G = 24.23%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#983714 (or 0x983714) is known color: Saddle Brown. HEX triplet: 98, 37 and 14. RGB value is (152,55,20). Sum of RGB (Red+Green+Blue) = 152+55+20=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #983714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983714 is #67C8EB. Grayscale: #505050. Windows color (decimal): -6801644 or 1324952. OLE color: 1324952.

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

Color convert

RGB 152 55 20 -
CMYK 0 0.64 0.87 0.40
HSL 15.91º 0.77% 0.34% -
HSV(B) 15.91º 0.87% 0.6% -
XYZ 14.44 9.46 1.73 -
YUV 80.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 152 55 20 0 0.64 0.87 0.40 15.91 0.77 0.34
Hex 98 37 14 0 40 57 28 10 4D 22
Octal 230 67 24 0 100 127 50 20 115 42
Binary 10011000 110111 10100 0 1000000 1010111 101000 10000 1001101 100010

Color Harmonies of #983714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983714

Black with #983714

Text Example


Text Example

White with #983714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983714; }

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

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

background-color css

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

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

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

border-color css

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

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

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